diff gui/app/cfg.c @ 36694:eed2fb870f43

Rename symbolic constants of GUI help message texts. Create a kind of GUI namespace and don't add place or kind of usage to the name unless it's advantageous. This reduces the amount of definitions as well. Arrange them alphabetically.
author ib
date Wed, 05 Feb 2014 16:39:38 +0000
parents cc8102c4ca83
children 8bc4d669c5d7
line wrap: on
line diff
--- a/gui/app/cfg.c	Wed Feb 05 16:03:44 2014 +0000
+++ b/gui/app/cfg.c	Wed Feb 05 16:39:38 2014 +0000
@@ -379,7 +379,7 @@
             char *val = m_option_print(opts, opts->p);
 
             if (val == (char *)-1) {
-                gmp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_UnableToSaveOption, opts->name);
+                gmp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_GUI_MSG_UnableToSaveOption, opts->name);
                 val = NULL;
             }