mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 08:02:43 +02:00
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:
parent
0467b7f792
commit
b919a8da7f
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user