From 49cec7c77c1c22597c0dafd7f5cbb3e8ff64af21 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 26 Jun 2005 04:41:29 +0000 Subject: [PATCH] patches - opps SVN revision: 15534 --- src/bin/e_border.c | 2 +- src/bin/e_main.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index d1b2e5a40..cfe0422b4 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -4826,7 +4826,7 @@ _e_border_menu_show(E_Border *bd, Evas_Coord x, Evas_Coord y, int key) homedir = e_user_homedir_get(); snprintf(buf, sizeof(buf), - "--win-class \"%s\" %s/.e/e/applications/all/%s.eapp", + "--win-class \"%s\" %s/.e/e/applications/all/%s.eap", bd->client.icccm.class, homedir, name); mi = e_menu_item_new(m); e_menu_item_label_set(mi, _("Create Icon")); diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 8d6a9e2ea..6c7139079 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -99,7 +99,7 @@ main(int argc, char **argv) "ERROR: Enlightenment cannot determine its installed\n" " prefix from the system or argv[0].\n" " This is because it is not on Linux AND has been\n" - " Executed strangely. This is unusal.\n" + " Executed strangely. This is unusual.\n" ); exit(-1); } @@ -303,7 +303,7 @@ main(int argc, char **argv) /*** Finished loading subsystems, Loading WM Specifics ***/ - /* setup directories we will be using for configurations sotrage etc. */ + /* setup directories we will be using for configurations storage etc. */ if (!_e_main_dirs_init()) { e_error_message_show(_("Enlightenment cannot create directories in your home directory.\n" @@ -406,7 +406,7 @@ main(int argc, char **argv) if (!_e_main_ipc_init()) { e_error_message_show(_("Enlightenment cannot set up the IPC socket.\n" - "It likely is already in use by an exisiting copy of Enlightenment.\n" + "It likely is already in use by an existing copy of Enlightenment.\n" "Double check to see if Enlightenment is not already on this display,\n" "but if that fails try deleting all files in ~/.ecore/enlightenment-*\n" "and try running again.")); @@ -432,7 +432,7 @@ main(int argc, char **argv) /* setup input grabbing co-operation system */ if (!e_grabinput_init()) { - e_error_message_show(_("Enlightenment cannot set up its inptu grab handling system.")); + e_error_message_show(_("Enlightenment cannot set up its input grab handling system.")); _e_main_shutdown(-1); } _e_main_shutdown_push(e_grabinput_shutdown); @@ -454,7 +454,7 @@ main(int argc, char **argv) if (ipc_failed) e_error_dialog_show(_("Enlightenment IPC setup error!"), _("Enlightenment cannot set up the IPC socket.\n" - "It likely is already in use by an exisiting copy of Enlightenment.\n" + "It likely is already in use by an existing copy of Enlightenment.\n" "Double check to see if Enlightenment is not already on this display,\n" "but if that fails try deleting all files in ~/.ecore/enlightenment-*\n" "and try running again."));