diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 6f25e357..bba7eb89 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -214,6 +214,12 @@ typedef enum SPExportFileHandleExists = 2 } SPExportFileHandleStatus; +typedef enum +{ + SPPrefFontChangeTargetTable = 1, + SPPrefFontChangeTargetEditor = 2 +} SPPreferenceFontChangeTarget; + // Predefined localisable URLs #define SPLOCALIZEDURL_HOMEPAGE NSLocalizedString(@"http://www.sequelpro.com/", @"Localized home page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_FAQ NSLocalizedString(@"http://www.sequelpro.com/docs/Frequently_Asked_Questions", @"Localized help page for Frequently Asked Questions - do not localize if no translated webpage is available") |