mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 21:22:05 +01:00
New ShowInfoDialog() function for text message plus OK button. Resizability more obvious now, and cursor at position 0.
This commit is contained in:
@@ -418,6 +418,7 @@ int ExportCL::Export(AudacityProject *project,
|
||||
|
||||
// Display output on error or if the user wants to see it
|
||||
if (p->GetStatus() != 0 || show) {
|
||||
// TODO use ShowInfoDialog() instead.
|
||||
wxDialog dlg(NULL,
|
||||
wxID_ANY,
|
||||
wxString(_("Command Output")),
|
||||
|
||||
Reference in New Issue
Block a user