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

TranslatableString for titles, and spin control and combo prompts

This commit is contained in:
Paul Licameli
2019-12-22 18:14:40 -05:00
parent 707a069712
commit acd1158e1b
19 changed files with 103 additions and 88 deletions

View File

@@ -105,7 +105,7 @@ void HelpSystem::ShowInfoDialog( wxWindow *parent,
S.StartVerticalLay(1);
{
S.AddTitle( shortMsg.Translation() );
S.AddTitle( shortMsg );
S.Style( wxTE_MULTILINE | wxTE_READONLY | wxTE_RICH | wxTE_RICH2 |
wxTE_AUTO_URL | wxTE_NOHIDESEL | wxHSCROLL )
.AddTextWindow(message);