diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-29 00:05:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-29 00:05:51 +0000 |
commit | e16c728dd900cfe39369e0afe8c85f58e4aecdf7 (patch) | |
tree | 82161f9fc6e7eefe78877b6da5f27d3dde5bad89 /Source/SPConstants.h | |
parent | 30a49adb59f7770c9fc7739c145389447da8bc39 (diff) | |
download | sequelpro-e16c728dd900cfe39369e0afe8c85f58e4aecdf7.tar.gz sequelpro-e16c728dd900cfe39369e0afe8c85f58e4aecdf7.tar.bz2 sequelpro-e16c728dd900cfe39369e0afe8c85f58e4aecdf7.zip |
Replace hard coded occurrences of preference key DefaultFavorite with a constant.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 1a56e000..8043f4ba 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -124,3 +124,4 @@ extern NSString *SPTableColumnWidths; extern NSString *SPQueryHistory; extern NSString *SPDocumentTaskStartNotification; extern NSString *SPDocumentTaskEndNotification; +extern NSString *SPDefaultFavorite; |