diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-20 10:36:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-20 10:36:54 +0000 |
commit | 954b41eb8fd513513abca607f710d2688202fe1e (patch) | |
tree | 52daae8df12165f5d90b6166a526486b9c10b5ac /Source/SPBundleEditorController.h | |
parent | 7ee497de7b4b05fe338166221b0fd42962975214 (diff) | |
download | sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.tar.gz sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.tar.bz2 sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.zip |
• added SPBundleCommandTextView and use it instead of SPEditSheetTextVIew since it works in a sheet only and due to future extensions
• fixed init in SPEditSheetTextView
• Bundle Editor: minor bug fixing
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 5ab3a534..eca5659f 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -24,7 +24,7 @@ #import <Cocoa/Cocoa.h> #import <ShortcutRecorder/ShortcutRecorder.h> -#import "SPEditSheetTextView.h" +#import "SPBundleCommandTextView.h" @class SRRecorderControl; |