mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 22:51:23 +01:00
Replace comparisons against wxEmptyString with empty()
This commit is contained in:
@@ -1399,7 +1399,7 @@ const wxSize kDefaultSize =
|
||||
MixerBoardFrame::MixerBoardFrame(AudacityProject* parent)
|
||||
: wxFrame(parent, -1,
|
||||
wxString::Format(_("Audacity Mixer Board%s"),
|
||||
((parent->GetName() == wxEmptyString) ?
|
||||
((parent->GetName().empty()) ?
|
||||
wxT("") :
|
||||
wxString::Format(wxT(" - %s"),
|
||||
parent->GetName()))),
|
||||
|
||||
Reference in New Issue
Block a user