mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix complaint from xgettext about empty string
This commit is contained in:
@@ -1213,7 +1213,7 @@ bool CommandManager::HandleCommandEntry(AudacityProject &project,
|
|||||||
mNiceName = NiceName;
|
mNiceName = NiceName;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
mNiceName = XO("");
|
mNiceName = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
const CommandContext context{ project, evt, entry->index, entry->parameter };
|
const CommandContext context{ project, evt, entry->index, entry->parameter };
|
||||||
|
|||||||
Reference in New Issue
Block a user