Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        main.c misc.c 


Log Message:
Skip E-docs (now in edox-data package). Rename dox to edox.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- main.c      11 Mar 2004 16:58:13 -0000      1.79
+++ main.c      11 Mar 2004 21:29:27 -0000      1.80
@@ -29,7 +29,7 @@
 {
    char                file[FILEPATH_LEN_MAX];
 
-   Esnprintf(file, sizeof(file), "%s/dox", EDirBin());
+   Esnprintf(file, sizeof(file), "%s/edox", EDirBin());
    if (!canexec(file))
       return;
    Esnprintf(file, sizeof(file), "%s/E-docs", EDirRoot());
@@ -39,7 +39,7 @@
    if (fork())
       EDBUG_RETURN_;
 
-   Esnprintf(file, sizeof(file), "exec %s/dox %s/E-docs",
+   Esnprintf(file, sizeof(file), "exec %s/edox %s/E-docs",
             EDirBin(), EDirRoot());
 
    execl(usershell(getuid()), usershell(getuid()), "-c", (char *)file, NULL);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/misc.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- misc.c      11 Mar 2004 16:58:14 -0000      1.45
+++ misc.c      11 Mar 2004 21:29:27 -0000      1.46
@@ -58,10 +58,10 @@
        if (!canexec(s))
          {
             Alert(_("!!!!!!!! ERROR ERROR ERROR ERROR !!!!!!!!\n" "\n"
-                    "Enlightenment's dox executable is not able to be executed:\n"
+                    "Enlightenment's utility executable is not able to be executed:\n"
                     "\n" "%s\n"
                     "This is a fatal error and Enlightenment will cease to run.\n"
-                    "Please rectify this situation and ensure dox is installed\n"
+                    "Please rectify this situation and ensure it is installed\n"
                     "correctly.\n"), s);
             EExit(NULL);
          }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to