Fix empty translated string
This commit is contained in:
parent
82f2e8c344
commit
4551651777
|
@ -1083,7 +1083,7 @@ void TREE_PROJECT_FRAME::FileWatcherReset()
|
|||
}
|
||||
else
|
||||
{
|
||||
m_Parent->SetStatusText( _( "" ), 0 );
|
||||
m_Parent->SetStatusText( wxT( "" ), 0 );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue