mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +02:00
Fix for bug #1140
This commit is contained in:
parent
555aa14e9e
commit
9c4eb4943f
@ -1267,7 +1267,7 @@ ExportFFmpegOptions::~ExportFFmpegOptions()
|
|||||||
|
|
||||||
ExportFFmpegOptions::ExportFFmpegOptions(wxWindow *parent)
|
ExportFFmpegOptions::ExportFFmpegOptions(wxWindow *parent)
|
||||||
: wxDialog(parent, wxID_ANY,
|
: wxDialog(parent, wxID_ANY,
|
||||||
wxString(_("Specify Other Options")))
|
wxString(_("Configure custom FFmpeg options")))
|
||||||
{
|
{
|
||||||
SetName(GetTitle());
|
SetName(GetTitle());
|
||||||
ShuttleGui S(this, eIsCreatingFromPrefs);
|
ShuttleGui S(this, eIsCreatingFromPrefs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user