1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Crashreporting

This commit is contained in:
Vitaly Sverchinsky
2021-05-04 21:43:19 +03:00
parent 5c05f6b421
commit e8b186a9b4
24 changed files with 1363 additions and 19 deletions

View File

@@ -96,21 +96,6 @@ Some example strings are also given first, to document the syntax.
// //////////////////////////////////////////////// End examples
#endif
// Crash & error report window
XO("Problem Report for Audacity"),
XO("Problem details"),
// i18n-hint C++ programming exception
XO("Exception code 0x%x"),
// i18n-hint C++ programming exception
XO("Unknown exception"),
// i18n-hint C++ programming assertion
XO("Unknown assertion"),
XO("Unknown error"),
XO("Failed to send crash report"),
// Update version dialog
XC("Update Audacity", "update dialog"),
XC("&Skip", "update dialog"),