diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-05-07 16:20:32 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-05-07 16:20:32 +0000 |
commit | 1e4d8fa0225e493b156ec1cb60d38ad698ddd9e9 (patch) | |
tree | 2a98b3655d7b9cd557c7e841e4e0a48cd79ef745 /Source/SPTablesList.h | |
parent | 0c2a225a68ef1512e51ff3a48fef1fa13eacce60 (diff) | |
download | sequelpro-1e4d8fa0225e493b156ec1cb60d38ad698ddd9e9.tar.gz sequelpro-1e4d8fa0225e493b156ec1cb60d38ad698ddd9e9.tar.bz2 sequelpro-1e4d8fa0225e493b156ec1cb60d38ad698ddd9e9.zip |
• control the separator menu item above the "Open ... in new Tab" in TablesList's context and gear menu to avoid having two separators one after another
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 914295a5..497fe620 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -81,6 +81,7 @@ IBOutlet NSMenuItem *separatorTableMenuItem; IBOutlet NSMenuItem *showCreateSyntaxMenuItem; IBOutlet NSMenuItem *separatorTableMenuItem2; + IBOutlet NSMenuItem *separatorTableMenuItem3; #endif MCPConnection *mySQLConnection; @@ -95,6 +96,7 @@ IBOutlet NSMenuItem *separatorTableContextMenuItem; IBOutlet NSMenuItem *showCreateSyntaxContextMenuItem; IBOutlet NSMenuItem *separatorTableContextMenuItem2; + IBOutlet NSMenuItem *separatorTableContextMenuItem3; #endif NSMutableArray *tables; |