mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-19 20:50:15 +02:00
Add and correct various comments
This commit is contained in:
@@ -66,6 +66,7 @@ void ProjectStatus::Set(const TranslatableString &msg, StatusBarField field )
|
||||
{
|
||||
auto &project = mProject;
|
||||
auto &lastMessage = mLastStatusMessages[ field - 1 ];
|
||||
// compare full translations not msgids!
|
||||
if ( msg.Translation() != lastMessage.Translation() ) {
|
||||
lastMessage = msg;
|
||||
wxCommandEvent evt{ EVT_PROJECT_STATUS_UPDATE };
|
||||
|
||||
Reference in New Issue
Block a user