1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00
Files
audacity/src/prefs/GUISettings.h

19 lines
463 B
C

/**********************************************************************
Audacity: A Digital Audio Editor
GUIPrefs.h
Paul Licameli
Moved a constant here from Envelope.h where it did not belong
Define the key string in one place here too
**********************************************************************/
#ifndef __AUDACITY_GUI_SETTINGS__
#define __AUDACITY_GUI_SETTINGS__
#define ENV_DB_KEY (wxT("/GUI/EnvdBRange"))
#define ENV_DB_RANGE 60
#endif