diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-05 20:34:49 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-05 20:34:49 +0000 |
commit | 08f14d2065632f12ba7e01acf03d3a288d3b6a39 (patch) | |
tree | fdd7eb2d3dd44f7ce5459fa3a7add1dd197b9c9f /Interfaces/English.lproj/MainMenu.xib | |
parent | cb406e22d30aaf6dc62ea0917943adb555a8b3e6 (diff) | |
download | sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.tar.gz sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.tar.bz2 sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.zip |
• ADDED: - (IBAction)doTranspose:(id)sender;
- Note: not yet combining-diacritics-safe!
Diffstat (limited to 'Interfaces/English.lproj/MainMenu.xib')
-rw-r--r-- | Interfaces/English.lproj/MainMenu.xib | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib index 50e6e528..9515ba4c 100644 --- a/Interfaces/English.lproj/MainMenu.xib +++ b/Interfaces/English.lproj/MainMenu.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="854"/> + <integer value="846"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -4200,6 +4200,14 @@ ARcABAAAAAEAAAACARwAAwAAAAEAAQAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAAA</bytes> </object> <int key="connectionID">903</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">doTranspose:</string> + <reference key="source" ref="63651044"/> + <reference key="destination" ref="975213454"/> + </object> + <int key="connectionID">904</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -7702,7 +7710,7 @@ w6gg4oaSIGZhY2FkZV0</string> </object> </object> <nil key="sourceID"/> - <int key="maxID">903</int> + <int key="maxID">904</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -7827,6 +7835,7 @@ w6gg4oaSIGZhY2FkZV0</string> <string>doSelectionLowerCase:</string> <string>doSelectionTitleCase:</string> <string>doSelectionUpperCase:</string> + <string>doTranspose:</string> <string>selectCurrentLine:</string> <string>selectCurrentWord:</string> </object> @@ -7841,6 +7850,7 @@ w6gg4oaSIGZhY2FkZV0</string> <string>id</string> <string>id</string> <string>id</string> + <string>id</string> </object> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> |