Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_config_box.c e_mod_config.c 


Log Message:
get text from module locale

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_config_box.c  7 Oct 2007 21:26:48 -0000       1.22
+++ e_mod_config_box.c  12 Nov 2007 07:56:29 -0000      1.23
@@ -144,7 +144,7 @@
   E_Radio_Group *rg;
 
   o = e_widget_list_add (evas, 0, 0);
-  of = e_widget_framelist_add (evas, _("General Settings"), 0);
+  of = e_widget_framelist_add (evas, D_("General Settings"), 0);
   ob =
     e_widget_check_add (evas, D_("Start Program When New Mail Arrives"),
                        &(cfdata->use_exec));
===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_config.c      31 Oct 2007 13:57:13 -0000      1.23
+++ e_mod_config.c      12 Nov 2007 07:56:29 -0000      1.24
@@ -93,7 +93,7 @@
   Evas_Object *o, *of, *ob, *ot;
 
   o = e_widget_list_add (evas, 0, 0);
-  of = e_widget_framelist_add (evas, _("General Settings"), 0);
+  of = e_widget_framelist_add (evas, D_("General Settings"), 0);
   ob =
     e_widget_check_add (evas, D_("Always Show Labels"), &(cfdata->show_label));
   e_widget_framelist_object_append (of, ob);
@@ -121,11 +121,11 @@
 
   ot = e_widget_table_add (evas, 0);
   ob =
-    e_widget_button_add (evas, _("Add"), "widget/add", _cb_add_box, cfd,
+    e_widget_button_add (evas, D_("Add"), "widget/add", _cb_add_box, cfd,
                         NULL);
   e_widget_table_object_append (ot, ob, 0, 0, 1, 1, 1, 1, 1, 0);
   ob =
-    e_widget_button_add (evas, _("Delete"), "widget/del", _cb_del_box, cfd,
+    e_widget_button_add (evas, D_("Delete"), "widget/del", _cb_del_box, cfd,
                         NULL);
   e_widget_disabled_set (ob, 1);
   cfdata->del = ob;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to