comparison help/help_mp-ja.h @ 27343:5fe6a8adf569

Rename two GUI-related preprocessor directives: HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2
author diego
date Wed, 30 Jul 2008 13:44:59 +0000
parents e7c989f7a7c9
children 14c5017f40d2
comparison
equal deleted inserted replaced
27342:3a174cb28d36 27343:5fe6a8adf569
271 // vd.c 271 // vd.c
272 #define MSGTR_VoConfigRequest "VDec: 映像出力設定 - %d x %d (preferred csp: %s)\n" 272 #define MSGTR_VoConfigRequest "VDec: 映像出力設定 - %d x %d (preferred csp: %s)\n"
273 273
274 // ====================== GUI messages/buttons ======================== 274 // ====================== GUI messages/buttons ========================
275 275
276 #ifdef HAVE_NEW_GUI 276 #ifdef CONFIG_GUI
277 277
278 // --- labels --- 278 // --- labels ---
279 #define MSGTR_About "アバウト" 279 #define MSGTR_About "アバウト"
280 #define MSGTR_FileSelect "ファイル選択 ..." 280 #define MSGTR_FileSelect "ファイル選択 ..."
281 #define MSGTR_SubtitleSelect "サブタイトル選択 ..." 281 #define MSGTR_SubtitleSelect "サブタイトル選択 ..."