From 819b94ecf9f0c50b2cba19dd59f11283f4629d09 Mon Sep 17 00:00:00 2001 From: lalien Date: Mon, 29 May 2006 18:41:06 +0000 Subject: [PATCH] - changed tool tips for launchers and armor git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@132 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 +-- Tactical/Interface Items.cpp | 48 +++++++++++++++++++++++++++++++++--- Utils/_DutchText.cpp | 2 ++ Utils/_EnglishText.cpp | 2 ++ Utils/_FrenchText.cpp | 2 ++ Utils/_GermanText.cpp | 2 ++ Utils/_ItalianText.cpp | 2 ++ Utils/_PolishText.cpp | 2 ++ Utils/_RussianText.cpp | 2 ++ 10 files changed, 61 insertions(+), 7 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index e6c6319b..338edf47 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - INT16 zVersionLabel[256] = { L"Release v1.13.128" }; + INT16 zVersionLabel[256] = { L"Release v1.13.132" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 1fa6c17e..17c964ef 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@