1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-10 17:11:17 +02:00
This commit is contained in:
Leland Lucius 2015-08-26 09:23:44 -05:00
parent 555aa14e9e
commit 9c4eb4943f

View File

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