diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-09 21:26:48 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-09 21:26:48 +0000 |
commit | 370e35a72e344c5a2c29ff76cdf1e84b4f475807 (patch) | |
tree | 6763723d0dd99f276d7b453ecc4f0b274ecc7f8f /Source/SPFieldEditorController.m | |
parent | 3187b984cc76491bf1aabacdf8b2deb5046eaf0a (diff) | |
download | sequelpro-370e35a72e344c5a2c29ff76cdf1e84b4f475807.tar.gz sequelpro-370e35a72e344c5a2c29ff76cdf1e84b4f475807.tar.bz2 sequelpro-370e35a72e344c5a2c29ff76cdf1e84b4f475807.zip |
• Bundle commands
- added the shell vars for edited field info as well if Field Editor sheet is used
Diffstat (limited to 'Source/SPFieldEditorController.m')
-rw-r--r-- | Source/SPFieldEditorController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.m b/Source/SPFieldEditorController.m index 17595947..2e761f80 100644 --- a/Source/SPFieldEditorController.m +++ b/Source/SPFieldEditorController.m @@ -34,6 +34,8 @@ @implementation SPFieldEditorController +@synthesize editedFieldInfo; + /** * Initialise an instance of SPFieldEditorController using the XIB “FieldEditorSheet.xib”. Init the available Quciklook format by reading * EditorQuickLookTypes.plist and if given user-defined format store in the Preferences for key (SPQuickLookTypes). |