1
0
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:
v.audacity
2012-06-23 02:28:04 +00:00
parent 5545efdf8b
commit efaebf27fa
4 changed files with 3 additions and 120 deletions

View File

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