Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : forecasts

Dir     : e_modules/forecasts


Modified Files:
        e_mod_config.c 


Log Message:
Use D_() not _() for strings.

===================================================================
RCS file: /cvs/e/e_modules/forecasts/e_mod_config.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_config.c      21 Dec 2007 18:39:19 -0000      1.9
+++ e_mod_config.c      10 Jan 2008 07:30:08 -0000      1.10
@@ -96,7 +96,7 @@
   e_widget_framelist_object_append(of, ob);
   ob = e_widget_check_add(evas, D_("Show Description"), &(cfdata->show_text));
   e_widget_framelist_object_append(of, ob);
-  ob = e_widget_check_add(evas, _("Popup on mouse over"), 
&(cfdata->popup_on_hover));
+  ob = e_widget_check_add(evas, D_("Popup on mouse over"), 
&(cfdata->popup_on_hover));
   e_widget_framelist_object_append(of, ob);
   e_widget_list_object_append(o, of, 1, 1, 0.5);
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to