OSDN Git Service

Actually include Japanese translation file in install script.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 26 Oct 2019 10:46:17 +0000 (12:46 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 26 Oct 2019 10:46:17 +0000 (12:46 +0200)
etc/NSIS/setup.nsi
src/Config.h

index ad9e337..f3edba6 100644 (file)
@@ -305,6 +305,9 @@ UninstPage Custom un.LockedListShow
 ;Hungarian
 !include "..\Translation\LameXP_HU.nsh"
 
+;Japanese
+!include "..\Translation\LameXP_JA.nsh"
+
 
 ;--------------------------------
 ;LogicLib Extensions
index a835682..2c32d00 100644 (file)
@@ -35,7 +35,7 @@
 #define VER_LAMEXP_MINOR_LO                                    8
 #define VER_LAMEXP_TYPE                                                Beta
 #define VER_LAMEXP_PATCH                                       7
-#define VER_LAMEXP_BUILD                                       2233
+#define VER_LAMEXP_BUILD                                       2234
 #define VER_LAMEXP_CONFG                                       2188
 
 ///////////////////////////////////////////////////////////////////////////////