1
0
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:
Paul Licameli
2020-05-23 06:00:56 -04:00
parent 71e5f150ed
commit 2527bdecaf
9 changed files with 11 additions and 6 deletions

View File

@@ -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 };