r27375 - in trunk: cfg-mplayer.h codec-cfg.c command.c configure gui/mplayer/gtk/about.c gui/mplayer/gtk/opts.c gui/mplayer/widgets.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-dk.h help/help_mp-el.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-it.h help/help_mp-ja.h help/help_mp-ko.h help/help_mp-mk.h help/help_mp-nb.h help/help_mp-nl.h help/help_mp-pl.h help/help_mp-pt_BR.h help/help_mp-ro.h help/help_mp-ru.h help/help_mp-sk.h help/help_mp-sv.h help/help_mp-tr.h help/help_
Author: diego Date: Wed Jul 30 15:44:59 2008 New Revision: 27375 Log: Rename two GUI-related preprocessor directives: HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2 Modified: trunk/help/help_mp-bg.h trunk/help/help_mp-cs.h trunk/help/help_mp-dk.h trunk/help/help_mp-el.h trunk/help/help_mp-es.h trunk/help/help_mp-fr.h trunk/help/help_mp-it.h trunk/help/help_mp-ja.h trunk/help/help_mp-ko.h trunk/help/help_mp-mk.h trunk/help/help_mp-nb.h trunk/help/help_mp-nl.h trunk/help/help_mp-pl.h trunk/help/help_mp-pt_BR.h trunk/help/help_mp-ro.h trunk/help/help_mp-ru.h trunk/help/help_mp-sk.h trunk/help/help_mp-sv.h trunk/help/help_mp-tr.h trunk/help/help_mp-uk.h trunk/help/help_mp-zh_TW.h Changes in other areas also in this revision: Modified: trunk/cfg-mplayer.h trunk/codec-cfg.c trunk/command.c trunk/configure trunk/gui/mplayer/gtk/about.c trunk/gui/mplayer/gtk/opts.c trunk/gui/mplayer/widgets.c trunk/input/input.c trunk/libvo/mga_common.c trunk/libvo/vo_directx.c trunk/libvo/vo_dxr3.c trunk/libvo/vo_gl.c trunk/libvo/vo_gl2.c trunk/libvo/vo_x11.c trunk/libvo/vo_xmga.c trunk/libvo/vo_xover.c trunk/libvo/vo_xv.c trunk/libvo/vo_xvidix.c trunk/libvo/vo_xvmc.c trunk/libvo/x11_common.c trunk/mp_msg.c trunk/mpcommon.c trunk/mplayer.c trunk/stream/cache2.c Modified: trunk/help/help_mp-bg.h ============================================================================== --- trunk/help/help_mp-bg.h (original) +++ trunk/help/help_mp-bg.h Wed Jul 30 15:44:59 2008 @@ -565,7 +565,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Информация" Modified: trunk/help/help_mp-cs.h ============================================================================== --- trunk/help/help_mp-cs.h (original) +++ trunk/help/help_mp-cs.h Wed Jul 30 15:44:59 2008 @@ -705,7 +705,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "O aplikaci" Modified: trunk/help/help_mp-dk.h ============================================================================== --- trunk/help/help_mp-dk.h (original) +++ trunk/help/help_mp-dk.h Wed Jul 30 15:44:59 2008 @@ -332,7 +332,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Om" Modified: trunk/help/help_mp-el.h ============================================================================== --- trunk/help/help_mp-el.h (original) +++ trunk/help/help_mp-el.h Wed Jul 30 15:44:59 2008 @@ -342,7 +342,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Περί" Modified: trunk/help/help_mp-es.h ============================================================================== --- trunk/help/help_mp-es.h (original) +++ trunk/help/help_mp-es.h Wed Jul 30 15:44:59 2008 @@ -711,7 +711,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Acerca de" Modified: trunk/help/help_mp-fr.h ============================================================================== --- trunk/help/help_mp-fr.h (original) +++ trunk/help/help_mp-fr.h Wed Jul 30 15:44:59 2008 @@ -709,7 +709,7 @@ static char help_text[]= // ====================== messages/boutons GUI ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "À propos..." Modified: trunk/help/help_mp-it.h ============================================================================== --- trunk/help/help_mp-it.h (original) +++ trunk/help/help_mp-it.h Wed Jul 30 15:44:59 2008 @@ -717,7 +717,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Informazioni su" Modified: trunk/help/help_mp-ja.h ============================================================================== --- trunk/help/help_mp-ja.h (original) +++ trunk/help/help_mp-ja.h Wed Jul 30 15:44:59 2008 @@ -273,7 +273,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "アバウト" Modified: trunk/help/help_mp-ko.h ============================================================================== --- trunk/help/help_mp-ko.h (original) +++ trunk/help/help_mp-ko.h Wed Jul 30 15:44:59 2008 @@ -336,7 +336,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "정보" Modified: trunk/help/help_mp-mk.h ============================================================================== --- trunk/help/help_mp-mk.h (original) +++ trunk/help/help_mp-mk.h Wed Jul 30 15:44:59 2008 @@ -333,7 +333,7 @@ static char help_text[]= // ====================== GUI пораки/копчиња ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- лабели --- #define MSGTR_About "За" Modified: trunk/help/help_mp-nb.h ============================================================================== --- trunk/help/help_mp-nb.h (original) +++ trunk/help/help_mp-nb.h Wed Jul 30 15:44:59 2008 @@ -164,7 +164,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Om" Modified: trunk/help/help_mp-nl.h ============================================================================== --- trunk/help/help_mp-nl.h (original) +++ trunk/help/help_mp-nl.h Wed Jul 30 15:44:59 2008 @@ -550,7 +550,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Info over" Modified: trunk/help/help_mp-pl.h ============================================================================== --- trunk/help/help_mp-pl.h (original) +++ trunk/help/help_mp-pl.h Wed Jul 30 15:44:59 2008 @@ -673,7 +673,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "O programie" Modified: trunk/help/help_mp-pt_BR.h ============================================================================== --- trunk/help/help_mp-pt_BR.h (original) +++ trunk/help/help_mp-pt_BR.h Wed Jul 30 15:44:59 2008 @@ -337,7 +337,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Sobre" Modified: trunk/help/help_mp-ro.h ============================================================================== --- trunk/help/help_mp-ro.h (original) +++ trunk/help/help_mp-ro.h Wed Jul 30 15:44:59 2008 @@ -291,7 +291,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Despre MPlayer" Modified: trunk/help/help_mp-ru.h ============================================================================== --- trunk/help/help_mp-ru.h (original) +++ trunk/help/help_mp-ru.h Wed Jul 30 15:44:59 2008 @@ -715,7 +715,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "О себе" Modified: trunk/help/help_mp-sk.h ============================================================================== --- trunk/help/help_mp-sk.h (original) +++ trunk/help/help_mp-sk.h Wed Jul 30 15:44:59 2008 @@ -656,7 +656,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "O aplikácii" Modified: trunk/help/help_mp-sv.h ============================================================================== --- trunk/help/help_mp-sv.h (original) +++ trunk/help/help_mp-sv.h Wed Jul 30 15:44:59 2008 @@ -563,7 +563,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Om" Modified: trunk/help/help_mp-tr.h ============================================================================== --- trunk/help/help_mp-tr.h (original) +++ trunk/help/help_mp-tr.h Wed Jul 30 15:44:59 2008 @@ -719,7 +719,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Hakkında" Modified: trunk/help/help_mp-uk.h ============================================================================== --- trunk/help/help_mp-uk.h (original) +++ trunk/help/help_mp-uk.h Wed Jul 30 15:44:59 2008 @@ -323,7 +323,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "Про програму" Modified: trunk/help/help_mp-zh_TW.h ============================================================================== --- trunk/help/help_mp-zh_TW.h (original) +++ trunk/help/help_mp-zh_TW.h Wed Jul 30 15:44:59 2008 @@ -692,7 +692,7 @@ static char help_text[]= // ====================== GUI messages/buttons ======================== -#ifdef HAVE_NEW_GUI +#ifdef CONFIG_GUI // --- labels --- #define MSGTR_About "關于"
participants (1)
-
diego