Code archives/Miscellaneous/MaxGUI: Adding the correct German hotkey text

This code has been declared by its author to be Public Domain code.

Download source code

MaxGUI: Adding the correct German hotkey text by Grisu2006
This is only interesting for German users!

So if you're not German, move along... ;)
1. 
Open the "win32menu.cpp" located inside the "mod\brl\win32gui.mod\win32gui" folder with a text editor.

2.
There search for the following line:

"if( modifier & 2 ) strcat( buf,"Ctrl+" );"

and replace it with:

"if( modifier & 2 ) strcat( buf,"Strg+" );"

3.
Rebuild all modules. 
The correct German text for Control (CTRL) which is Steuerung (STRG) is now displayed.

Comments

None.

Code Archives Forum