diff --git a/include/widgets/infobar.h b/include/widgets/infobar.h index c3bf7c33a4..41e2449750 100644 --- a/include/widgets/infobar.h +++ b/include/widgets/infobar.h @@ -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 );