diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-19 14:44:33 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-19 14:44:33 +0000 |
commit | d4ee9e678f07167536dc54f6dfd276864a41e5cf (patch) | |
tree | da2f88b8a21578cefda817ce044ecf492c1e0262 /Source/SPDatabaseDocument.h | |
parent | 7ff839a2d5cbcbf30e0f7bce17ce73f2dcd927ad (diff) | |
download | sequelpro-d4ee9e678f07167536dc54f6dfd276864a41e5cf.tar.gz sequelpro-d4ee9e678f07167536dc54f6dfd276864a41e5cf.tar.bz2 sequelpro-d4ee9e678f07167536dc54f6dfd276864a41e5cf.zip |
Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the shortcut Ctrl+Cmd+R, but this can always be remapped in system preferences. Implemented issue #845.
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index c2cf0e85..3bb74e72 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -215,6 +215,7 @@ - (void)selectDatabase:(NSString *)aDatabase item:(NSString *)anItem; - (IBAction)addDatabase:(id)sender; - (IBAction)removeDatabase:(id)sender; +- (IBAction)refreshTables:(id)sender; - (IBAction)copyDatabase:(id)sender; - (IBAction)renameDatabase:(id)sender; - (IBAction)showMySQLHelp:(id)sender; |