(source code) Fixed mistranslation of Select_button / Unselect_button
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@765 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
help.c
4
help.c
@@ -578,7 +578,7 @@ void Window_help(int section, const char *sub_section)
|
||||
|
||||
if(Key==SDLK_RETURN) Key=0;
|
||||
Close_window();
|
||||
Unselect_bouton(BUTTON_HELP);
|
||||
Unselect_button(BUTTON_HELP);
|
||||
Display_cursor();
|
||||
}
|
||||
|
||||
@@ -693,7 +693,7 @@ void Button_Stats(void)
|
||||
if(Key==SDLK_RETURN)Key=0;
|
||||
|
||||
Close_window();
|
||||
Unselect_bouton(BUTTON_HELP);
|
||||
Unselect_button(BUTTON_HELP);
|
||||
Display_cursor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user