diff options
author | stuconnolly <stuart02@gmail.com> | 2009-09-12 16:19:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-09-12 16:19:51 +0000 |
commit | f4bede9def108d8fd25334871ca00971687c4e51 (patch) | |
tree | 9e744ffcceb07993d5865181c9df7a5ae0d4f407 /Source/TableContent.m | |
parent | 9a0951a7dc44f93226e096423b76de48df2d50a0 (diff) | |
download | sequelpro-f4bede9def108d8fd25334871ca00971687c4e51.tar.gz sequelpro-f4bede9def108d8fd25334871ca00971687c4e51.tar.bz2 sequelpro-f4bede9def108d8fd25334871ca00971687c4e51.zip |
Add back/forward history menu items to the view menu with the assigned shortcuts of cmd+[ and cmd+].
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 2efd6d75..806e1f47 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -2164,7 +2164,7 @@ * Confirm whether to allow editing of a row. Returns YES by default, unless the multipleLineEditingButton is in * the ON state, or for blob or text fields - in those cases opens a sheet for editing instead and returns NO. */ -- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(NSUInteger)rowIndex +- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex { NSUInteger i; |