Changeset - r14335:7a29cdf9bb36
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-01-23 19:30:53
rubidium@openttd.org
(svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default'
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/window_gui.h
Show inline comments
 
@@ -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) {}
 

	
0 comments (0 inline, 0 general)