aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-24 07:55:17 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-24 07:55:17 +0000
commit36c3c224a32275bd80f76955b54f8057a7ccda21 (patch)
tree8fe8032e25e332ee4cfd1ed3284a38930578476d /Source/SPBundleEditorController.h
parent7d3ddb92111a1f43ecbff14bed6d4a4187257bdd (diff)
downloadsequelpro-36c3c224a32275bd80f76955b54f8057a7ccda21.tar.gz
sequelpro-36c3c224a32275bd80f76955b54f8057a7ccda21.tar.bz2
sequelpro-36c3c224a32275bd80f76955b54f8057a7ccda21.zip
• Bundle Editor
- hide Bundles main menu since the Bundle table view will be refractored completely to OutlineView - fixed validation of RemoveButton (thanks to avenjamin) - fixed storing the very first Bundle command - added Reload Bundles to Gear menu
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index e07589e1..a6566e07 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -89,6 +89,7 @@
- (IBAction)saveBundle:(id)sender;
- (IBAction)showHelp:(id)sender;
- (IBAction)saveAndCloseWindow:(id)sender;
+- (IBAction)reloadBundles:(id)sender;
- (BOOL)saveBundle:(NSDictionary*)bundle atPath:(NSString*)aPath;