From bef4e7b52b1c73f91fd824f046be3579fbc5a1ca Mon Sep 17 00:00:00 2001 From: Flugente Date: Wed, 30 Oct 2013 19:50:00 +0000 Subject: [PATCH] Fix: DropDown tooltip text was copied git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6545 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Laptop/DropDown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptop/DropDown.h b/Laptop/DropDown.h index f6d312e9..b933d6d2 100644 --- a/Laptop/DropDown.h +++ b/Laptop/DropDown.h @@ -111,7 +111,7 @@ public: /* * Set help text decribing what can be selected */ - void SetHelpText( STR16 aText ) { wcscat( mHelpText, aText ); } + void SetHelpText( STR16 aText ) { swprintf( mHelpText, L"" ); wcscat( mHelpText, aText ); } /* * Get key of selected entry