1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Remove unnecesary Format, Printf, casts to wxString

This commit is contained in:
Paul Licameli
2017-09-30 12:19:44 -04:00
parent 7fd78183d2
commit e0970ad1e8
12 changed files with 71 additions and 51 deletions

View File

@@ -875,7 +875,7 @@ UIHandle::Result TimeShiftHandle::Release
wxString msg;
bool consolidate;
if (mDidSlideVertically) {
msg.Printf(_("Moved clips to another track"));
msg = _("Moved clips to another track");
consolidate = false;
}
else {