[Commits] notification_prefs.c 1.1.2.42 1.1.2.43

ticho at claws-mail.org ticho at claws-mail.org
Mon Jan 2 19:25:11 CET 2012


Update of /home/claws-mail/plugins/notification/src
In directory claws-mail:/tmp/cvs-serv14626/src

Modified Files:
      Tag: gtk2
	notification_prefs.c 
Log Message:
2012-01-02 [ticho]	0.29cvs1

	* src/notification_prefs.c
		Use "claws-mail" i18n domain for preference section path.

Index: notification_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/notification/src/Attic/notification_prefs.c,v
retrieving revision 1.1.2.42
retrieving revision 1.1.2.43
diff -u -d -r1.1.2.42 -r1.1.2.43
--- notification_prefs.c	12 Apr 2011 17:25:08 -0000	1.1.2.42
+++ notification_prefs.c	2 Jan 2012 18:25:08 -0000	1.1.2.43
@@ -389,7 +389,7 @@
 {
 	static gchar *path[3];
 
-	path[0] = _("Plugins");
+	path[0] = dgettext("claws-mail", "Plugins");
 	path[1] = _("Notification");
 	path[2] = NULL;
 
@@ -403,7 +403,7 @@
     {
         static gchar *hotkeys_path[4];
 
-        hotkeys_path[0] = _("Plugins");
+        hotkeys_path[0] = dgettext("claws-mail", "Plugins");
         hotkeys_path[1] = _("Notification");
         hotkeys_path[2] = _("Hotkeys");
         hotkeys_path[3] = NULL;
@@ -421,7 +421,7 @@
 	{
 		static gchar *banner_path[4];
 
-		banner_path[0] = _("Plugins");
+		banner_path[0] = dgettext("claws-mail", "Plugins");
 		banner_path[1] = _("Notification");
 		banner_path[2] = _("Banner");
 		banner_path[3] = NULL;
@@ -438,7 +438,7 @@
 	{
 		static gchar *popup_path[4];
 
-		popup_path[0] = _("Plugins");
+		popup_path[0] = dgettext("claws-mail", "Plugins");
 		popup_path[1] = _("Notification");
 		popup_path[2] = _("Popup");
 		popup_path[3] = NULL;
@@ -455,7 +455,7 @@
 	{
 		static gchar *command_path[4];
 
-		command_path[0] = _("Plugins");
+		command_path[0] = dgettext("claws-mail", "Plugins");
 		command_path[1] = _("Notification");
 		command_path[2] = _("Command");
 		command_path[3] = NULL;
@@ -472,7 +472,7 @@
 	{
 		static gchar *lcdproc_path[4];
 
-		lcdproc_path[0] = _("Plugins");
+		lcdproc_path[0] = dgettext("claws-mail", "Plugins");
 		lcdproc_path[1] = _("Notification");
 		lcdproc_path[2] = _("LCD");
 		lcdproc_path[3] = NULL;
@@ -489,7 +489,7 @@
 	{
 		static gchar *trayicon_path[4];
 
-		trayicon_path[0] = _("Plugins");
+		trayicon_path[0] = dgettext("claws-mail", "Plugins");
 		trayicon_path[1] = _("Notification");
 		trayicon_path[2] = _("SysTrayicon");
 		trayicon_path[3] = NULL;
@@ -506,7 +506,7 @@
 	{
 		static gchar *indicator_path[4];
 
-		indicator_path[0] = _("Plugins");
+		indicator_path[0] = dgettext("claws-mail", "Plugins");
 		indicator_path[1] = _("Notification");
 		indicator_path[2] = _("Indicator");
 		indicator_path[3] = NULL;



More information about the Commits mailing list