diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-22 13:26:08 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-22 13:26:08 +0000 |
commit | 54ed811d6071cc843a9d2699d3ca972af9ca4c5d (patch) | |
tree | 345fa444b320f56af35ab4a0f734ec1dd8e53eef /Source/SPAppController.h | |
parent | a35bbeac66279cd42230e301332dee1c26ae4be2 (diff) | |
download | sequelpro-54ed811d6071cc843a9d2699d3ca972af9ca4c5d.tar.gz sequelpro-54ed811d6071cc843a9d2699d3ca972af9ca4c5d.tar.bz2 sequelpro-54ed811d6071cc843a9d2699d3ca972af9ca4c5d.zip |
• outsourced SPEncodingPopupAccessory
- added SPEncodingPopupAccessory class and nib
- it returns an accessory view containing a popup menu with predefined encodings
- removed that view from DBView
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index d328d353..6a5f9b6a 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -32,6 +32,8 @@ BOOL isNewFavorite; SPPreferenceController *prefsController; + + id encodingPopUp; } // IBAction methods |