diff options
author | rowanbeentje <rowan@beent.je> | 2009-08-07 22:38:47 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-08-07 22:38:47 +0000 |
commit | dfbd00fda00bc0cbb9cc7bf3866d98165244c0d3 (patch) | |
tree | 1255df377be26a394cdc682feb2a3893ec11c13b /Interfaces | |
parent | 31631781e5c9440ff3d9f75c8455b65662695e4e (diff) | |
download | sequelpro-dfbd00fda00bc0cbb9cc7bf3866d98165244c0d3.tar.gz sequelpro-dfbd00fda00bc0cbb9cc7bf3866d98165244c0d3.tar.bz2 sequelpro-dfbd00fda00bc0cbb9cc7bf3866d98165244c0d3.zip |
- Fix "Add to favorites" behaviour when the user has no favourites (This addresses Issue #354)
- Improve favorites saving including names with anonymous users
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/ConnectionView.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/ConnectionView.xib b/Interfaces/English.lproj/ConnectionView.xib index 916cfd05..2eb2d7a1 100644 --- a/Interfaces/English.lproj/ConnectionView.xib +++ b/Interfaces/English.lproj/ConnectionView.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="4826"/> + <integer value="4888"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -1122,7 +1122,7 @@ <reference key="NSSuperview" ref="735564334"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="220047154"> - <int key="NSCellFlags">604110336</int> + <int key="NSCellFlags">67239424</int> <int key="NSCellFlags2">134217728</int> <string key="NSContents">Add to Favorites</string> <reference key="NSSupport" ref="807120225"/> |