diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-20 11:09:57 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-20 11:09:57 +0000 |
commit | 0261432e0704f5afe4067e7288d7845c6c8bb82f (patch) | |
tree | 4ee93fa9779fa84d13fbf977996937a44b37bae4 /English.lproj/DBView.nib/classes.nib | |
parent | 385af2eacdcceb9160d787539380d921919f3d99 (diff) | |
download | sequelpro-0261432e0704f5afe4067e7288d7845c6c8bb82f.tar.gz sequelpro-0261432e0704f5afe4067e7288d7845c6c8bb82f.tar.bz2 sequelpro-0261432e0704f5afe4067e7288d7845c6c8bb82f.zip |
refactor encoding system
refactor menu validation
move database action buttons into a new "Database" menu
pretty up the table select view and it's action buttons
Diffstat (limited to 'English.lproj/DBView.nib/classes.nib')
-rw-r--r-- | English.lproj/DBView.nib/classes.nib | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/English.lproj/DBView.nib/classes.nib b/English.lproj/DBView.nib/classes.nib index 7991a45c..bfc58dc7 100644 --- a/English.lproj/DBView.nib/classes.nib +++ b/English.lproj/DBView.nib/classes.nib @@ -478,8 +478,14 @@ <string>id</string> <key>export</key> <string>id</string> + <key>exportMultipleTables</key> + <string>id</string> + <key>exportTable</key> + <string>id</string> <key>import</key> <string>id</string> + <key>importCSV</key> + <string>id</string> <key>removeDatabase</key> <string>id</string> <key>setDatabases</key> @@ -503,8 +509,6 @@ <dict> <key>chooseDatabaseButton</key> <string>id</string> - <key>chooseEncodingButton</key> - <string>id</string> <key>chooseTableOperationButton</key> <string>id</string> <key>connectProgressBar</key> |