(svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default'

This commit is contained in:
rubidium 2010-01-23 19:30:53 +00:00
parent 2b82db72ef
commit 37b0a61b42
1 changed files with 3 additions and 2 deletions

View File

@ -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) {}