Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_apps.c 


Log Message:
Change dialog title according to what "Apps" are being edited.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- e_int_config_apps.c 11 Jan 2007 11:17:48 -0000      1.57
+++ e_int_config_apps.c 11 Jan 2007 15:48:44 -0000      1.58
@@ -90,21 +90,21 @@
    else if (strstr(path, "bar"))
      {
             cfd = e_config_dialog_new(con,
-                                      _("Applications"),
+                                      _("IBar Applications"),
                                       "E", "_config_applications_dialog",
                                       "enlightenment/ibar_applications", 0, v, 
once);
      }
    else if (strstr(path, "startup"))
      {
        cfd = e_config_dialog_new(con,
-                                 _("Applications"),
+                                 _("Startup Applications"),
                                  "E", "_config_applications_dialog",
                                  "enlightenment/startup_applications", 0, v, 
once);
      }
    else if (strstr(path, "restart"))
      {
        cfd = e_config_dialog_new(con,
-                                 _("Applications"),
+                                 _("Restart Applications"),
                                  "E", "_config_applications_dialog",
                                  "enlightenment/restart_applications", 0, v, 
once);
      }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to