From 73cf7e8d5c94182bc9048ca0c80b6c7918ce6484 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 26 Oct 2019 12:46:17 +0200 Subject: [PATCH] Actually include Japanese translation file in install script. --- etc/NSIS/setup.nsi | 3 +++ src/Config.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index ad9e337a..f3edba6e 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -305,6 +305,9 @@ UninstPage Custom un.LockedListShow ;Hungarian !include "..\Translation\LameXP_HU.nsh" +;Japanese +!include "..\Translation\LameXP_JA.nsh" + ;-------------------------------- ;LogicLib Extensions diff --git a/src/Config.h b/src/Config.h index a835682d..2c32d004 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 ///////////////////////////////////////////////////////////////////////////////