Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : net

Dir     : e_modules/net/src


Modified Files:
        e_mod_configure.c 


Log Message:
get text from module locale

===================================================================
RCS file: /cvs/e/e_modules/net/src/e_mod_configure.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_configure.c   31 Oct 2007 14:15:19 -0000      1.12
+++ e_mod_configure.c   12 Nov 2007 11:17:35 -0000      1.13
@@ -110,7 +110,7 @@
    
    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_("Show Text"), &(cfdata->show_text));
    e_widget_framelist_object_append(of, ob);
    ob = e_widget_check_add(evas, D_("Show Popup On Mouse-Over"), 
&(cfdata->show_popup));



-------------------------------------------------------------------------
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