Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : efm_path

Dir     : e_modules/efm_path/src


Modified Files:
        e_mod_main.c 


Log Message:
Make configure equal to other modules.
Enable NLS

===================================================================
RCS file: /cvs/e/e_modules/efm_path/src/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c        12 Nov 2007 02:36:32 -0000      1.2
+++ e_mod_main.c        20 Nov 2007 06:39:35 -0000      1.3
@@ -67,7 +67,7 @@
                                  _cb_mouse_down, inst);
    evas_object_show(inst->o_base);
 
-   inst->o_loc = e_widget_label_add(gc->evas, _("Location:"));
+   inst->o_loc = e_widget_label_add(gc->evas, D_("Location:"));
    edje_object_part_swallow(inst->o_base, "e.swallow.location", inst->o_loc);
    evas_object_show(inst->o_loc);
 
@@ -143,7 +143,7 @@
 static char *
 _gc_label(void) 
 {
-   return "EFM Path";
+   return D_("EFM Path");
 }
 
 static Evas_Object *



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to