Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_keybindings.c e_mod_main.c 


Log Message:
get text from module locale

===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_keybindings.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_keybindings.c 25 Mar 2007 14:54:19 -0000      1.3
+++ e_mod_keybindings.c 12 Nov 2007 07:48:31 -0000      1.4
@@ -6,10 +6,10 @@
 #include "e_mod_types.h"
 #include "e_mod_keybindings.h"
 
-#define MIXER_ACTION_GROUP         _("Mixer")
-#define MIXER_ACTION_DECREASE_VOL   _("Decrease the volume")
-#define MIXER_ACTION_INCREASE_VOL   _("Increase the volume")
-#define MIXER_ACTION_MUTE           _("Mute the mixer")
+#define MIXER_ACTION_GROUP         D_("Mixer")
+#define MIXER_ACTION_DECREASE_VOL   D_("Decrease the volume")
+#define MIXER_ACTION_INCREASE_VOL   D_("Increase the volume")
+#define MIXER_ACTION_MUTE           D_("Mute the mixer")
 
 #define ACT_FN_GO(act) \
    static void _e_actions_act_##act##_go(E_Object *obj, const char *params)
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- e_mod_main.c        12 Nov 2007 04:15:52 -0000      1.67
+++ e_mod_main.c        12 Nov 2007 07:48:31 -0000      1.68
@@ -258,7 +258,7 @@
        mixer_config->menu = mn;
 
        mi = e_menu_item_new(mn);
-       e_menu_item_label_set(mi, _("Configuration"));
+       e_menu_item_label_set(mi, D_("Configuration"));
        e_util_menu_item_edje_icon_set(mi, "enlightenment/configuration");
        e_menu_item_callback_set(mi, _mixer_menu_cb_configure, inst);
 



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