Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2/src


Modified Files:
        callbacks.c 


Log Message:
one little correction

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/callbacks.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- callbacks.c 6 Oct 2004 18:19:13 -0000       1.16
+++ callbacks.c 6 Oct 2004 18:29:15 -0000       1.17
@@ -291,7 +291,7 @@
 {
   int help_error;
 
-  help_error = run_help ("elp", YELP_HELP_DIR, PACKAGE".xml");
+  help_error = run_help ("yelp", YELP_HELP_DIR, PACKAGE".xml");
 
   if (help_error)
   {
@@ -300,7 +300,7 @@
 
     if (help_error)
     {
-      g_print ("no help system or help file found!\n");
+      print_statusbar ("no help system or help file found!\n");
     }
   }
 }




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to