Fix bone-headed comment from previous commit.

This commit is contained in:
Jeff Young 2020-08-31 14:33:08 +01:00
parent 88635ee5b6
commit 64c4d3e532
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public:
* of time.
*
* @param aMessage is the message to display
* @param aTime is the amount of time in microseconds to show the infobar
* @param aTime is the amount of time in milliseconds to show the infobar
* @param aFlags is the flag containing the icon to display on the left side of the infobar
*/
void ShowMessageFor( const wxString& aMessage, int aTime, int aFlags = wxICON_INFORMATION );