diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 23:23:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 23:23:54 +0000 |
commit | 487df2675fdc65933010ccf08ae0f5aa4ad92842 (patch) | |
tree | 78a2d4478604ce7c72dc6e17f7470bc055f6ff8a /Source/SPConstants.h | |
parent | cd4ae516d0db053c1bb818e617cf5b5bbebdaafc (diff) | |
download | sequelpro-487df2675fdc65933010ccf08ae0f5aa4ad92842.tar.gz sequelpro-487df2675fdc65933010ccf08ae0f5aa4ad92842.tar.bz2 sequelpro-487df2675fdc65933010ccf08ae0f5aa4ad92842.zip |
• Bundle support
- started to populate the main menu item Bundles [still hidden]
- enabled key equivalents for NSTextViews
- distinguishes between Query Editor scope and text input scope via menu item validation inside main menu Bundles
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 897c0c26..64003bad 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -151,8 +151,9 @@ typedef enum SPMainMenuView = 3, SPMainMenuDatabase = 4, SPMainMenuTable = 5, - SPMainMenuWindow = 6, - SPMainMenuHelp = 7 + SPMainMenuBundles = 6, + SPMainMenuWindow = 7, + SPMainMenuHelp = 8 } SPMainMenuTags; // Encoding constants |