mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-03 09:32:34 +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.
|
when routing passthrough audio.
|
||||||
* Reversed format detection order so as to prefer S32_LE format
|
* Reversed format detection order so as to prefer S32_LE format
|
||||||
over S16_LE in 'cae/cae_alsa.cpp'.
|
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
|
// The Cut
|
||||||
//
|
//
|
||||||
edit_cut=new RDCut(cut_name);
|
edit_cut=new RDCut(cut_name);
|
||||||
setCaption(QString().sprintf("Edit Markers - %s\n",
|
setCaption("RDLibrary - "+tr("Edit Audio"));
|
||||||
(const char *)edit_cut->description()));
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Audio
|
// The Audio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user