mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix complaint from xgettext about empty string
This commit is contained in:
parent
7605763fa0
commit
010fe7bff2
@ -1213,7 +1213,7 @@ bool CommandManager::HandleCommandEntry(AudacityProject &project,
|
||||
mNiceName = NiceName;
|
||||
}
|
||||
else {
|
||||
mNiceName = XO("");
|
||||
mNiceName = {};
|
||||
}
|
||||
|
||||
const CommandContext context{ project, evt, entry->index, entry->parameter };
|
||||
|
Loading…
x
Reference in New Issue
Block a user