diff options
author | stuconnolly <stuart02@gmail.com> | 2011-01-31 21:33:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-01-31 21:33:51 +0000 |
commit | 01f5d5e8bae1d39096c418678e82f59c021c195d (patch) | |
tree | 7d526f0836d5a996090785a92d88a14d6de0594d /Source/SPBundleEditorController.h | |
parent | b493263f5e83e5a936b188f7e9cf4125d0f361dd (diff) | |
download | sequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.tar.gz sequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.tar.bz2 sequelpro-01f5d5e8bae1d39096c418678e82f59c021c195d.zip |
Interface tweaks.
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 5 |
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; |