Fix issue 333: Text window which never closes when opened by 'T'

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1425 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-03-27 23:50:07 +00:00
parent bf53a167ec
commit bd87a620c3
5 changed files with 31 additions and 31 deletions

View File

@@ -66,7 +66,7 @@ word Key_for_scancode(word scancode);
Returns key name in a string. Used to display them in the helpscreens and in the keymapper window.
@param Key keycode of the key to translate, including modifiers
*/
const char * Key_name(word Key);
const char * Key_name(word key);
/*!
Gets the modifiers in our format from the SDL_Mod information.