aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-01-31 21:33:51 +0000
committerstuconnolly <stuart02@gmail.com>2011-01-31 21:33:51 +0000
commit01f5d5e8bae1d39096c418678e82f59c021c195d (patch)
tree7d526f0836d5a996090785a92d88a14d6de0594d /Source
parentb493263f5e83e5a936b188f7e9cf4125d0f361dd (diff)
downloadsequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.tar.gz
sequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.tar.bz2
sequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.zip
Interface tweaks.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPBundleEditorController.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 1c3c0dab..5ea1658f 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -29,8 +29,8 @@
@class SRRecorderControl, BWSplitView;
-@interface SPBundleEditorController : NSWindowController {
-
+@interface SPBundleEditorController : NSWindowController
+{
IBOutlet SPBundleCommandTextView *commandTextView;
IBOutlet SPOutlineView *commandsOutlineView;
IBOutlet NSTextField *authorTextField;
@@ -112,7 +112,6 @@
NSArray *shellVariableSuggestions;
NSMutableArray *deletedDefaultBundles;
-
}
- (IBAction)inputPopupButtonChanged:(id)sender;