aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditor.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-07-16 18:55:24 +0000
committerBibiko <bibiko@eva.mpg.de>2009-07-16 18:55:24 +0000
commit6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6 (patch)
treed7a6b3a9e841ae5f29cb692ba69ce96fe5bcb075 /Source/SPFieldEditor.h
parent3d94ef3ed65c30139ded428b477fac673a29c1ee (diff)
downloadsequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.tar.gz
sequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.tar.bz2
sequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.zip
• some further work on outsourcing the Field Editor sheet for Content and Custom Query Tab
Diffstat (limited to 'Source/SPFieldEditor.h')
-rw-r--r--Source/SPFieldEditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPFieldEditor.h b/Source/SPFieldEditor.h
index ff7cd5c6..1271b483 100644
--- a/Source/SPFieldEditor.h
+++ b/Source/SPFieldEditor.h
@@ -12,7 +12,6 @@
@interface SPFieldEditor : NSWindow {
IBOutlet id editSheetProgressBar;
- IBOutlet id editSheet;
IBOutlet id editSheetSegmentControl;
IBOutlet id editSheetQuickLookButton;
IBOutlet id editImage;
@@ -21,7 +20,7 @@
IBOutlet id editTextScrollView;
IBOutlet id hexTextScrollView;
- id editData;
+ id sheetEditData;
NSString *stringValue;