Fix empty translated string

This commit is contained in:
Seth Hillbrand 2021-04-02 11:12:39 -07:00
parent 82f2e8c344
commit 4551651777
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ void TREE_PROJECT_FRAME::FileWatcherReset()
}
else
{
m_Parent->SetStatusText( _( "" ), 0 );
m_Parent->SetStatusText( wxT( "" ), 0 );
}
#endif