mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -426,7 +426,7 @@ int ExportCL::Export(AudacityProject *project,
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER);
|
||||
|
||||
ShuttleGui S(&dlg, eIsCreating);
|
||||
wxTextCtrl *tc = S.AddTextWindow(output);
|
||||
S.AddTextWindow(output);
|
||||
S.StartHorizontalLay(wxALIGN_CENTER, false);
|
||||
{
|
||||
S.Id(wxID_OK).AddButton(_("&OK"))->SetDefault();
|
||||
|
||||
Reference in New Issue
Block a user