comparison 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
comparison
equal deleted inserted replaced
36693:44334c832149 36694:eed2fb870f43
377 377
378 while (opts->name) { 378 while (opts->name) {
379 char *val = m_option_print(opts, opts->p); 379 char *val = m_option_print(opts, opts->p);
380 380
381 if (val == (char *)-1) { 381 if (val == (char *)-1) {
382 gmp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_UnableToSaveOption, opts->name); 382 gmp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_GUI_MSG_UnableToSaveOption, opts->name);
383 val = NULL; 383 val = NULL;
384 } 384 }
385 385
386 if (val) { 386 if (val) {
387 char delim[] = "\""; 387 char delim[] = "\"";