1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-23 06:23:49 +02:00

Bug 1685: garbage status bar messages and tooltips, scrub in Windows

This commit is contained in:
Paul Licameli
2017-07-14 23:02:32 -04:00
parent 558efda20c
commit 812f3649de
4 changed files with 5 additions and 5 deletions

View File

@@ -270,7 +270,7 @@ int ToolsToolBar::GetDownTool()
return firstTool; // Should never happen
}
const wxChar * ToolsToolBar::GetMessageForTool( int ToolNumber ) const
wxString ToolsToolBar::GetMessageForTool( int ToolNumber ) const
{
wxASSERT( ToolNumber >= 0 );
wxASSERT( ToolNumber < numTools );