comparison gui/ui/actions.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 28ea255e40ce
children e788bcd9d49b
comparison
equal deleted inserted replaced
36693:44334c832149 36694:eed2fb870f43
604 604
605 mainVisible = False; 605 mainVisible = False;
606 606
607 if (skinRead(name) != 0) { 607 if (skinRead(name) != 0) {
608 if (skinRead(skinName) != 0) { 608 if (skinRead(skinName) != 0) {
609 gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_SKIN_SKINCFG_SkinCfgError, skinName); 609 gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_GUI_MSG_SkinCfgError, skinName);
610 mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0); 610 mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0);
611 } 611 }
612 } 612 }
613 613
614 /* reload main window (must be first!) */ 614 /* reload main window (must be first!) */