mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
This commit is contained in:
@@ -1303,9 +1303,8 @@ bool AudacityApp::OnInit()
|
||||
}
|
||||
|
||||
if (!handled && !wxString(wxT("-version")).CmpNoCase(argv[option])) {
|
||||
wxPrintf(wxT("Audacity v%s (%s)\n"),
|
||||
AUDACITY_VERSION_STRING,
|
||||
(wxUSE_UNICODE ? wxT("Unicode") : wxT("ANSI")));
|
||||
wxPrintf(wxT("Audacity v%s\n"),
|
||||
AUDACITY_VERSION_STRING);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user