Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c e_main.c 


Log Message:


patches - opps

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -3 -r1.287 -r1.288
--- e_border.c  25 Jun 2005 06:54:22 -0000      1.287
+++ e_border.c  26 Jun 2005 04:41:29 -0000      1.288
@@ -4826,7 +4826,7 @@
             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"));
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -3 -r1.104 -r1.105
--- e_main.c    22 Jun 2005 14:09:17 -0000      1.104
+++ e_main.c    26 Jun 2005 04:41:29 -0000      1.105
@@ -99,7 +99,7 @@
                "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 @@
         
    /*** 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 @@
    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 @@
    /* 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 @@
    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."));




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to