1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 00:45:53 +01:00

Pass TranslatableString to help, warning, and error dialogs

This commit is contained in:
Paul Licameli
2019-12-05 13:38:07 -05:00
parent 5909f67fdb
commit 2007346551
20 changed files with 72 additions and 68 deletions

View File

@@ -38,10 +38,10 @@ class AudacityProject;
class HelpSystem
{
public:
/// Displays cutable information in a text ctrl, with an OK button.
/// Displays cuttable information in a text ctrl, with an OK button.
static void ShowInfoDialog( wxWindow *parent,
const TranslatableString &dlogTitle,
const wxString &shortMsg,
const TranslatableString &shortMsg,
const wxString &message,
const int xSize, const int ySize);