Author: diego Date: Sun Jun 15 14:51:12 2008 New Revision: 27067 Log: Remove pointless #ifdef.
Modified: trunk/help/help_mp-en.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h (original) +++ trunk/help/help_mp-en.h Sun Jun 15 14:51:12 2008 @@ -719,8 +719,6 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI - // --- labels --- #define MSGTR_About "About" #define MSGTR_FileSelect "Select file..." @@ -1012,8 +1010,6 @@ static char help_text[]= #define MSGTR_WS_NotAFile "This does not seem to be a file...\n" #define MSGTR_WS_DDNothing "D&D: Nothing returned!\n" -#endif - // ======================= video output drivers ======================== _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
