mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 08:31:13 +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)
|
||||
: wxDialog(parent, wxID_ANY,
|
||||
wxString(_("Specify Other Options")))
|
||||
wxString(_("Configure custom FFmpeg options")))
|
||||
{
|
||||
SetName(GetTitle());
|
||||
ShuttleGui S(this, eIsCreatingFromPrefs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user