aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-01-06 22:18:39 +0100
committerMax <post@wickenrode.com>2015-01-06 22:18:39 +0100
commit4ffde6a4867ae005405f586947cf943097c212c1 (patch)
tree87fbca076531854db28e999e475c680ed1a564da /Source/SPTextView.m
parente201531daa71ee1a2e2a0f927c619947126c9d3d (diff)
downloadsequelpro-4ffde6a4867ae005405f586947cf943097c212c1.tar.gz
sequelpro-4ffde6a4867ae005405f586947cf943097c212c1.tar.bz2
sequelpro-4ffde6a4867ae005405f586947cf943097c212c1.zip
Minor internal changes
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r--Source/SPTextView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m
index 70fcefc5..c3ebf394 100644
--- a/Source/SPTextView.m
+++ b/Source/SPTextView.m
@@ -3225,7 +3225,7 @@ static inline NSPoint SPPointOnLine(NSPoint a, NSPoint b, CGFloat t) { return NS
// Disable "Copy with Column Names" and "Copy as SQL INSERT"
// in the main menu
if ( [menuItem tag] == SPEditMenuCopyWithColumns
- || [menuItem tag] == SPEditCopyAsSQL ) {
+ || [menuItem tag] == SPEditMenuCopyAsSQL) {
return NO;
}