diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-23 08:21:32 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-23 08:21:32 +0000 |
commit | 00121910e9ac01c130cffd1f80ba92213c5570d3 (patch) | |
tree | 157766325209746e42028b3f8fff37641807a0eb /Interfaces/English.lproj/DBView.xib | |
parent | 4d4db598830ce633c32577ff98c65963aa4c7aa4 (diff) | |
download | sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.tar.gz sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.tar.bz2 sequelpro-00121910e9ac01c130cffd1f80ba92213c5570d3.zip |
• ADDED support to duplicate views
Diffstat (limited to 'Interfaces/English.lproj/DBView.xib')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index ff4011c2..f0c6595c 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -8,8 +8,9 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="4811"/> <integer value="3994"/> + <integer value="4811"/> + <integer value="500"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -3153,7 +3154,7 @@ </object> </object> </object> - <int key="NSSelectedIndex">2</int> + <int key="NSSelectedIndex">13</int> <bool key="NSPullDown">YES</bool> <int key="NSPreferredEdge">1</int> <bool key="NSUsesItemFromMenu">YES</bool> @@ -4414,7 +4415,7 @@ <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> <string key="NSWindowContentMinSize">{213, 107}</string> <object class="NSView" key="NSWindowView" id="653204527"> - <nil key="NSNextResponder"/> + <reference key="NSNextResponder"/> <int key="NSvFlags">256</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -4522,6 +4523,7 @@ </object> </object> <string key="NSFrameSize">{262, 127}</string> + <reference key="NSSuperview"/> </object> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> <string key="NSMinSize">{213, 129}</string> @@ -12737,6 +12739,14 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> <int key="connectionID">5426</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">copyTableMessageField</string> + <reference key="source" ref="438574515"/> + <reference key="destination" ref="395811856"/> + </object> + <int key="connectionID">5427</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -20154,7 +20164,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{1861, 680}, {200, 32}}</string> + <string>{{1739, 266}, {200, 32}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>{628, 654}</string> <string>{{284, 769}, {200, 32}}</string> @@ -21041,7 +21051,7 @@ Y2hhbmdlIHRoZSBvcmRlcg</string> </object> </object> <nil key="sourceID"/> - <int key="maxID">5426</int> + <int key="maxID">5427</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -22177,6 +22187,7 @@ Y2hhbmdlIHRoZSBvcmRlcg</string> <bool key="EncodedWithXMLCoder">YES</bool> <string>addTableButton</string> <string>copyTableContentSwitch</string> + <string>copyTableMessageField</string> <string>copyTableNameField</string> <string>copyTableSheet</string> <string>customQueryInstance</string> @@ -22202,6 +22213,7 @@ Y2hhbmdlIHRoZSBvcmRlcg</string> <string>id</string> <string>id</string> <string>id</string> + <string>id</string> <string>NSMenuItem</string> <string>NSMenuItem</string> <string>id</string> |