From c4182431ac7d9d306fdd2267e082fa4cec6fec2c Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:22:55 +0200 Subject: 5.12 --- Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Application.cpp') diff --git a/Application.cpp b/Application.cpp index 85606613..733311b7 100644 --- a/Application.cpp +++ b/Application.cpp @@ -164,7 +164,7 @@ void Application::OnStartApplication(wxIdleEvent&) #ifdef FFS_WIN wxToolTip::SetMaxWidth(-1); //disable tooltip wrapping -> Windows only (as of 2.9.2) #endif - wxToolTip::SetAutoPop(7000); //tooltip visibilty in ms, 5s seems to be default for Windows + wxToolTip::SetAutoPop(7000); //tooltip visibilty in ms, 5s is default for Windows: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511495.aspx #endif try -- cgit