(svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window

This commit is contained in:
rubidium
2009-10-10 12:47:04 +00:00
parent 66721ffd36
commit 4ab569544b
3 changed files with 20 additions and 0 deletions

View File

@@ -86,5 +86,6 @@ struct QueryStringBaseWindow : public Window, public QueryString {
};
void ShowOnScreenKeyboard(QueryStringBaseWindow *parent, int button, int cancel, int ok);
void UpdateOSKOriginalText(const QueryStringBaseWindow *parent, int button);
#endif /* QUERYSTRING_GUI_H */