aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-11-11 21:55:18 +0000
committerstuconnolly <stuart02@gmail.com>2010-11-11 21:55:18 +0000
commit18167b0fa0d58aaf12490c34a663fa661be8ec3e (patch)
tree57028df964c524dbd442d273091f5996770b10d1 /Source/SPConstants.m
parente7afbbbfa7e36146acae973d14a51faf9fbcf5ec (diff)
downloadsequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.tar.gz
sequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.tar.bz2
sequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.zip
Make sure the root favorite has a name key and value. Also, update string files.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 637e046e..874200d2 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -220,6 +220,7 @@ NSString *SPPreferenceToolbarShortcuts = @"SPPreferenceToolbarShortcut
// Connection favorite keys
NSString *SPFavoritesRootKey = @"Favorites Root";
NSString *SPFavoriteChildrenKey = @"Children";
+NSString *SPFavoritesGroupNameKey = @"Name";
NSString *SPFavoriteIDKey = @"id";
NSString *SPFavoriteNameKey = @"name";
NSString *SPFavoriteDatabaseKey = @"database";