diff options
author | stuconnolly <stuart02@gmail.com> | 2009-01-28 17:18:41 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-01-28 17:18:41 +0000 |
commit | 8b7b5d15730e0586c531bf3867b8192d1e3689f4 (patch) | |
tree | af97f39c6d2af44b3eead9cbeb1c9feeef67ccfe /Interfaces | |
parent | 7d07490a216af0a76585e74e629971c83782d984 (diff) | |
download | sequelpro-8b7b5d15730e0586c531bf3867b8192d1e3689f4.tar.gz sequelpro-8b7b5d15730e0586c531bf3867b8192d1e3689f4.tar.bz2 sequelpro-8b7b5d15730e0586c531bf3867b8192d1e3689f4.zip |
Separate out the creation of a human readable string from the number of bytes into a category class method of NSString so we can potentially use it in other places.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 14911286..392632b3 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -8,8 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="970"/> - <integer value="676"/> + <integer value="4485"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -6882,7 +6881,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> <string key="NSWindowContentMinSize">{213, 50}</string> <object class="NSView" key="NSWindowView" id="537060735"> - <reference key="NSNextResponder"/> + <nil key="NSNextResponder"/> <int key="NSvFlags">256</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -6937,7 +6936,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> </object> <string key="NSFrameSize">{375, 72}</string> - <reference key="NSSuperview"/> </object> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> <string key="NSMinSize">{213, 72}</string> @@ -20434,7 +20432,7 @@ Y2hhbmdlIHRoZSBvcmRlcg</string> <string>id</string> <string>id</string> <string>id</string> - <string>id</string> + <string>NSPopUpButton</string> <string>id</string> <string>id</string> <string>id</string> |