1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-17 00:07:54 +01:00

Move version keys from AudacityApp to AudacityPrefs

This commit is contained in:
Paul Licameli
2019-04-25 11:47:10 -04:00
parent a1ff74b5bb
commit 236c8ed51e
4 changed files with 22 additions and 15 deletions

View File

@@ -261,7 +261,7 @@ void InitPreferences()
int vMinor = gPrefs->Read(wxT("/Version/Minor"), (long) 0);
int vMicro = gPrefs->Read(wxT("/Version/Micro"), (long) 0);
wxGetApp().SetVersionKeysInit(vMajor, vMinor, vMicro); // make a note of these initial values
gPrefs->SetVersionKeysInit(vMajor, vMinor, vMicro); // make a note of these initial values
// for use by ToolManager::ReadConfig()
// These integer version keys were introduced april 4 2011 for 1.3.13