mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
IdentInterfaceSymbol in NumericTextCtrl; don't persist translated
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/string.h>
|
||||
#include "widgets/NumericTextCtrl.h"
|
||||
#include "Internat.h"
|
||||
|
||||
class AudacityProject;
|
||||
class Track;
|
||||
@@ -136,7 +137,7 @@ private:
|
||||
|
||||
int mSnapTo;
|
||||
double mRate;
|
||||
wxString mFormat;
|
||||
NumericFormatId mFormat;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user