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