1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

IdentInterfaceSymbol in NumericTextCtrl; don't persist translated

This commit is contained in:
Paul Licameli
2017-10-06 11:05:15 -04:00
parent 9015dece06
commit 0fb02a8024
27 changed files with 282 additions and 256 deletions

View File

@@ -48,7 +48,8 @@ class LabelDialog final : public wxDialogWrapper
ViewInfo &viewinfo,
double rate,
const wxString & format, const wxString &freqFormat);
const NumericFormatId & format,
const NumericFormatId &freqFormat);
~LabelDialog();
bool Show(bool show = true) override;
@@ -102,8 +103,7 @@ class LabelDialog final : public wxDialogWrapper
ViewInfo *mViewInfo;
wxArrayString mTrackNames;
double mRate;
wxString mFormat;
wxString mFreqFormat;
NumericFormatId mFormat, mFreqFormat;
int mInitialRow;