From f4bede9def108d8fd25334871ca00971687c4e51 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 12 Sep 2009 16:19:51 +0000 Subject: Add back/forward history menu items to the view menu with the assigned shortcuts of cmd+[ and cmd+]. --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.m') 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; -- cgit v1.2.3