aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-16 15:38:50 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-16 15:38:50 +0000
commitc1ce60f948e79c6d4dfbaee0f4ccea56888a9be2 (patch)
tree84c3f2f857aa25fee29d0853bd1f552e46309290 /Source
parent6d533e3c3989d59274e1d9dfff99f7f6b59bbef3 (diff)
downloadsequelpro-c1ce60f948e79c6d4dfbaee0f4ccea56888a9be2.tar.gz
sequelpro-c1ce60f948e79c6d4dfbaee0f4ccea56888a9be2.tar.bz2
sequelpro-c1ce60f948e79c6d4dfbaee0f4ccea56888a9be2.zip
• added help button to Query Favorites Editor
Diffstat (limited to 'Source')
-rw-r--r--Source/SPQueryFavoriteManager.h1
-rw-r--r--Source/SPQueryFavoriteManager.m5
2 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h
index 05e822dd..42ace9b0 100644
--- a/Source/SPQueryFavoriteManager.h
+++ b/Source/SPQueryFavoriteManager.h
@@ -71,5 +71,6 @@
- (IBAction)importFavoritesByReplacing:(id)sender;
- (IBAction)closeQueryManagerSheet:(id)sender;
- (IBAction)insertPlaceholder:(id)sender;
+- (IBAction)showHelp:(id)sender;
@end
diff --git a/Source/SPQueryFavoriteManager.m b/Source/SPQueryFavoriteManager.m
index 8014c8c5..9d30e597 100644
--- a/Source/SPQueryFavoriteManager.m
+++ b/Source/SPQueryFavoriteManager.m
@@ -390,6 +390,11 @@
}
+- (IBAction)showHelp:(id)sender
+{
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/docs/Query_Favorites"]];
+}
+
#pragma mark -
#pragma mark SplitView delegate methods