mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41: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.
|
* The query window opened from this window has closed.
|
||||||
* @param str the new value of the string or NULL if the window
|
* @param str the new value of the string, NULL if the window
|
||||||
* was cancelled.
|
* was cancelled or an empty string when the default
|
||||||
|
* button was pressed, i.e. StrEmpty(str).
|
||||||
*/
|
*/
|
||||||
virtual void OnQueryTextFinished(char *str) {}
|
virtual void OnQueryTextFinished(char *str) {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user