2014-09-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a formatting bug in the window title for the 'Edit Audio'
	dialog in 'lib/rdedit_audio.cpp'.
This commit is contained in:
Fred Gleason 2014-09-17 11:14:09 -04:00
parent 0467b7f792
commit b919a8da7f
2 changed files with 4 additions and 2 deletions

View File

@ -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 <fredg@paravelsystems.com>
* Fixed a formatting bug in the window title for the 'Edit Audio'
dialog in 'lib/rdedit_audio.cpp'.

View File

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