diff options
author | stuconnolly <stuart02@gmail.com> | 2011-05-05 19:10:04 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-05-05 19:10:04 +0000 |
commit | 47a1c49e95403e6da6c9e0ae979144fd5c1dff08 (patch) | |
tree | 9a2d09926682834c5cffefc85a1d7235849e88b7 /Source/SPConstants.h | |
parent | de27c6e8f75c00cf5f28fdd5d6f8f1acc740320d (diff) | |
download | sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.tar.gz sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.tar.bz2 sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.zip |
Small tidy up, mainly the addition of constants.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index ffe37d66..e35adb75 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -241,6 +241,8 @@ extern NSString *SPDefaultMonospacedFontName; extern NSString *SPDefaultPasteboardDragType; extern NSString *SPFavoritesPasteboardDragType; extern NSString *SPContentFilterPasteboardDragType; +extern NSString *SPNavigatorPasteboardDragType; +extern NSString *SPNavigatorTableDataPasteboardDragType; // File extensions extern NSString *SPFileExtensionDefault; |