diff --git a/ChangeLog b/ChangeLog index 7535bf01..6e2a3a66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14466,3 +14466,6 @@ when routing passthrough audio. * Reversed format detection order so as to prefer S32_LE format over S16_LE in 'cae/cae_alsa.cpp'. +2014-09-17 Fred Gleason + * Fixed a formatting bug in the window title for the 'Edit Audio' + dialog in 'lib/rdedit_audio.cpp'. diff --git a/lib/rdedit_audio.cpp b/lib/rdedit_audio.cpp index e6e68509..7f70d9aa 100644 --- a/lib/rdedit_audio.cpp +++ b/lib/rdedit_audio.cpp @@ -101,8 +101,7 @@ RDEditAudio::RDEditAudio(RDCart *cart,QString cut_name,RDCae *cae,RDUser *user, // The Cut // edit_cut=new RDCut(cut_name); - setCaption(QString().sprintf("Edit Markers - %s\n", - (const char *)edit_cut->description())); + setCaption("RDLibrary - "+tr("Edit Audio")); // // The Audio