Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : bling

Dir     : e_modules/bling


Modified Files:
        e_mod_config.c e_mod_main.h 


Log Message:
Package isn't localized.

===================================================================
RCS file: /cvs/e/e_modules/bling/e_mod_config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_config.c      17 Sep 2006 12:35:26 -0000      1.6
+++ e_mod_config.c      12 Nov 2007 04:38:05 -0000      1.7
@@ -44,7 +44,7 @@
    v->advanced.create_widgets = _advanced_create_widgets;
 
    snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(b->module));
-   cfd = e_config_dialog_new(con, D_("BlingConfiguration"), "Bling", 
"_e_modules_bling_config_dialog", buf, 0, v, b);
+   cfd = e_config_dialog_new(con, "BlingConfiguration", "Bling", 
"_e_modules_bling_config_dialog", buf, 0, v, b);
 
    b->config_dialog = cfd;
 }
===================================================================
RCS file: /cvs/e/e_modules/bling/e_mod_main.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.h        2 Nov 2007 12:22:16 -0000       1.5
+++ e_mod_main.h        12 Nov 2007 04:38:05 -0000      1.6
@@ -1,5 +1,3 @@
-#define D_(str) dgettext(PACKAGE, str)
-
 #ifndef E_MOD_MAIN_H
 #define E_MOD_MAIN_H
 



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