Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        userconfig.c 


Log Message:
cleanup errors
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/userconfig.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- userconfig.c        22 Mar 2005 20:07:31 -0000      1.14
+++ userconfig.c        29 Apr 2005 09:33:48 -0000      1.15
@@ -18,14 +18,14 @@
 
   od_unmatched_app = e_app_new(PACKAGE_DATA_DIR "/icons/xapp.eapp", 0);
   if (!od_unmatched_app) {
-    printf("ERROR, you must make install\n");
+    printf("ERROR: Engage could not locate default icon xapp.eapp - please 
make install\n");
     ecore_main_loop_quit();
     exit(1);
   }
 
   maplist = e_app_new(fp, 1);
   if (!maplist) {
-    printf("You should _really_ create %s/ and populate it\n", fp);
+    printf("You must create the %s/ directory and populate it with .eapp files 
or a .order file\n", fp);
     return;
   }
 




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to