diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-23 13:38:57 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-23 13:38:57 +0000 |
commit | f7a01ec068e7e7088a685cabd22c3dbbb8f7f0da (patch) | |
tree | 0bd1bba2202a036676b6acc9428d1e07e791fd91 /Interfaces/English.lproj/DBView.xib | |
parent | 1064dfa5438d493f996d52fd9b1554d121b93214 (diff) | |
download | sequelpro-f7a01ec068e7e7088a685cabd22c3dbbb8f7f0da.tar.gz sequelpro-f7a01ec068e7e7088a685cabd22c3dbbb8f7f0da.tar.bz2 sequelpro-f7a01ec068e7e7088a685cabd22c3dbbb8f7f0da.zip |
- Tweak pagination to fix click-through of pagination popup, fix next page button mouseover text, display no text when 0 or 1 pages of results for clarity
- No longer include the old app icon in the built product (but leave it in the project)
Diffstat (limited to 'Interfaces/English.lproj/DBView.xib')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index bae3ce00..fe22ea72 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -10716,7 +10716,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string key="NSClassName">NSView</string> </object> <object class="NSCustomView" id="456635389"> - <reference key="NSNextResponder"/> + <nil key="NSNextResponder"/> <int key="NSvFlags">4364</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -10725,7 +10725,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <int key="NSvFlags">268</int> <string key="NSFrame">{{20, 1}, {176, 19}}</string> <reference key="NSSuperview" ref="456635389"/> - <reference key="NSWindow"/> <bool key="NSEnabled">YES</bool> <object class="NSSearchFieldCell" key="NSCell" id="292622292"> <int key="NSCellFlags">343014976</int> @@ -10787,8 +10786,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> </object> <string key="NSFrameSize">{217, 20}</string> - <reference key="NSSuperview"/> - <reference key="NSWindow"/> <string key="NSClassName">NSView</string> </object> <object class="NSUserDefaultsController" id="461189245"> @@ -23932,7 +23929,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <object class="IBToolTipAttribute" key="NS.object.0"> <string key="name">ToolTip</string> <reference key="object" ref="924091760"/> - <string key="toolTip">View next row of results</string> + <string key="toolTip">View next page of results</string> </object> </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |