aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/CustomQuery.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m
index dd0711e0..8d7dfd53 100644
--- a/Source/CustomQuery.m
+++ b/Source/CustomQuery.m
@@ -1813,6 +1813,7 @@ traps enter key and
[searchInMySQLonline setEnabled:YES];
[searchInMySQLonline setTarget:self];
[returnArray addObject:searchInMySQLonline];
+ [returnArray addObject:[NSMenuItem separatorItem]];
[returnArray addObjectsFromArray:defaultMenuItems];
return returnArray;
break;