mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default'
This commit is contained in:
parent
2b82db72ef
commit
37b0a61b42
@ -719,8 +719,9 @@ public:
|
||||
|
||||
/**
|
||||
* The query window opened from this window has closed.
|
||||
* @param str the new value of the string or NULL if the window
|
||||
* was cancelled.
|
||||
* @param str the new value of the string, NULL if the window
|
||||
* was cancelled or an empty string when the default
|
||||
* button was pressed, i.e. StrEmpty(str).
|
||||
*/
|
||||
virtual void OnQueryTextFinished(char *str) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user