diff help/help_mp-ja.h @ 35593:7f77500c982b

Remove pointless #ifdef directives.
author ib
date Sat, 15 Dec 2012 20:15:35 +0000
parents b52b47822e16
children ab3dbe1559d0
line wrap: on
line diff
--- a/help/help_mp-ja.h	Sat Dec 15 19:54:44 2012 +0000
+++ b/help/help_mp-ja.h	Sat Dec 15 20:15:35 2012 +0000
@@ -256,8 +256,6 @@
 
 // ====================== GUI messages/buttons ========================
 
-#ifdef CONFIG_GUI
-
 // --- labels ---
 #define MSGTR_About "アバウト"
 #define MSGTR_FileSelect "ファイル選択 ..."
@@ -409,5 +407,3 @@
 #define MSGTR_MSGBOX_LABEL_FatalError "致命的エラー!"
 #define MSGTR_MSGBOX_LABEL_Error "エラー"
 #define MSGTR_MSGBOX_LABEL_Warning "警告"
-
-#endif