aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-09-01 16:07:46 +0000
committerBibiko <bibiko@eva.mpg.de>2009-09-01 16:07:46 +0000
commitc193919cacda828749f7a25cded79bf0ab870190 (patch)
tree73842b7e69420ba130c4ad00fec9ac84aea6cf52 /Source/SPQueryFavoriteManager.h
parentd4c06608e4154e30a9934d1393100c7c84727c64 (diff)
downloadsequelpro-c193919cacda828749f7a25cded79bf0ab870190.tar.gz
sequelpro-c193919cacda828749f7a25cded79bf0ab870190.tar.bz2
sequelpro-c193919cacda828749f7a25cded79bf0ab870190.zip
• fixes for Query Favorite Manager:
- renamed "Save" button to "Apply Changes" to make it clear what will be done by clicking at it - suppress context menu and selection while right-clicking at a header - while in cell editing ESC will abort the editing (not close the sheet)
Diffstat (limited to 'Source/SPQueryFavoriteManager.h')
-rw-r--r--Source/SPQueryFavoriteManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h
index 820f2a1a..28a625d5 100644
--- a/Source/SPQueryFavoriteManager.h
+++ b/Source/SPQueryFavoriteManager.h
@@ -59,6 +59,7 @@ enum sp_favorite_types
NSMutableString *pendingQueryString;
NSUInteger selectedRowBeforeChangingSelection;
+ BOOL isTableCellEditing;
}
- (id)initWithDelegate:(id)managerDelegate;