diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-21 01:31:03 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-21 01:31:03 +0000 |
commit | 0ec706a94d310345d418101011314aac2da1e81b (patch) | |
tree | 6c68fffdd60ae963a4111dcb89db964fd00fc009 | |
parent | 48599fb5b5a58231815fc4b6b16e912c8cef8671 (diff) | |
download | sequelpro-0ec706a94d310345d418101011314aac2da1e81b.tar.gz sequelpro-0ec706a94d310345d418101011314aac2da1e81b.tar.bz2 sequelpro-0ec706a94d310345d418101011314aac2da1e81b.zip |
- Ensure the "Structure" tab is always selected at startup
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 09198aa3..b816c7a1 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.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="27"/> + <integer value="676"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -2263,8 +2263,8 @@ <bool key="NS.raise.underflow">YES</bool> <bool key="NS.raise.dividebyzero">YES</bool> </object> - <string key="NS.decimal">,</string> - <string key="NS.thousand">.</string> + <string key="NS.decimal">.</string> + <string key="NS.thousand">,</string> <bool key="NS.hasthousands">NO</bool> <bool key="NS.localized">YES</bool> <bool key="NS.allowsfloats">NO</bool> @@ -2928,7 +2928,10 @@ <reference key="NSControlView" ref="363916571"/> <int key="NSButtonFlags">-2042609409</int> <int key="NSButtonFlags2">35</int> - <reference key="NSNormalImage" ref="46691594"/> + <object class="NSCustomResource" key="NSNormalImage"> + <string key="NSClassName">NSImage</string> + <string key="NSResourceName">button_action</string> + </object> <string key="NSAlternateContents"/> <string key="NSKeyEquivalent"/> <int key="NSPeriodicDelay">400</int> @@ -18295,6 +18298,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string>248.ImportedFromIB2</string> <string>249.IBPluginDependency</string> <string>249.ImportedFromIB2</string> + <string>25.IBAttributePlaceholdersKey</string> <string>25.IBPluginDependency</string> <string>25.ImportedFromIB2</string> <string>253.IBPluginDependency</string> @@ -19740,6 +19744,14 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> + <object class="NSMutableDictionary"> + <string key="NS.key.0">InitialTabViewItem</string> + <object class="IBInitialTabViewItemAttribute" key="NS.object.0"> + <string key="name">InitialTabViewItem</string> + <reference key="object" ref="714795046"/> + <reference key="initialTabViewItem" ref="831053945"/> + </object> + </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -20425,8 +20437,8 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{171, 235}, {944, 550}}</string> - <string>{{171, 235}, {944, 550}}</string> + <string>{{2, 248}, {944, 550}}</string> + <string>{{2, 248}, {944, 550}}</string> <reference ref="9"/> <reference ref="9"/> <string>{{62, 352}, {845, 504}}</string> |