aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index ce53ceb3..c2775716 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -228,10 +228,6 @@ typedef enum
// Narrow down completion max rows
extern const NSUInteger SPNarrowDownCompletionMaxRows;
-// Kill mode constants
-extern NSString *SPKillProcessQueryMode;
-extern NSString *SPKillProcessConnectionMode;
-
// Default monospaced font name
extern NSString *SPDefaultMonospacedFontName;
@@ -270,7 +266,7 @@ extern NSString *SPDataSupportFolder;
// General Prefpane
extern NSString *SPDefaultFavorite;
extern NSString *SPSelectLastFavoriteUsed;
-extern NSString *SPLastFavoriteIndex;
+extern NSString *SPLastFavoriteID;
extern NSString *SPAutoConnectToDefault;
extern NSString *SPDefaultViewMode;
extern NSString *SPLastViewMode;
@@ -459,6 +455,9 @@ extern NSString *SPFavoriteSSLCertificateFileLocationKey;
extern NSString *SPFavoriteSSLCACertFileLocationEnabledKey;
extern NSString *SPFavoriteSSLCACertFileLocationKey;
+// Favorites import/export
+extern NSString *SPFavoritesDataRootKey;
+
// Bundle Files and Bundle Editor
extern NSString *SPBundleScopeQueryEditor;
extern NSString *SPBundleScopeDataTable;