diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-26 12:29:01 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-26 12:29:01 +0000 |
commit | 02f1dc76e83c25120395cf59c79712fa41292507 (patch) | |
tree | fd704e3589a78b5c6ea5a78bfcc0a3468d8a45e8 /Source/SPConstants.h | |
parent | da543c69817c24ab3e3885057b376c93a8acf051 (diff) | |
download | sequelpro-02f1dc76e83c25120395cf59c79712fa41292507.tar.gz sequelpro-02f1dc76e83c25120395cf59c79712fa41292507.tar.bz2 sequelpro-02f1dc76e83c25120395cf59c79712fa41292507.zip |
Remove references to deleted image.
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 3a15f71c..8e9c31b5 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -129,6 +129,7 @@ typedef enum // Sort by constants typedef enum { + SPFavoritesSortUnsorted = -1, SPFavoritesSortNameItem = 0, SPFavoritesSortHostItem = 1, SPFavoritesSortTypeItem = 2 |