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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user