diff options
author | Max <post@wickenrode.com> | 2015-11-02 04:18:08 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-11-02 04:18:08 +0100 |
commit | 7c7660b66d4c47a43de8b1a42dba6c787b44c0cc (patch) | |
tree | 0fce614edcf1df2ff87db9908c8b837a0ac37e0b /Interfaces | |
parent | f02fb787063caabe246a0ee420394f5676c55a9c (diff) | |
download | sequelpro-7c7660b66d4c47a43de8b1a42dba6c787b44c0cc.tar.gz sequelpro-7c7660b66d4c47a43de8b1a42dba6c787b44c0cc.tar.bz2 sequelpro-7c7660b66d4c47a43de8b1a42dba6c787b44c0cc.zip |
Add a visual indication for the defaults in the encoding/collation menus in table structure view (final part of #2237)
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index b89ada7b..d7f22211 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -1675,7 +1675,7 @@ <nil key="NSMenuItem"/> <bool key="NSMenuItemRespectAlignment">YES</bool> <object class="NSMenu" key="NSMenu" id="856601787"> - <string key="NSTitle">OtherViews</string> + <string key="NSTitle">encodingPopupMenu</string> <array class="NSMutableArray" key="NSMenuItems"/> </object> <int key="NSSelectedIndex">-1</int> @@ -1717,7 +1717,7 @@ <nil key="NSMenuItem"/> <bool key="NSMenuItemRespectAlignment">YES</bool> <object class="NSMenu" key="NSMenu" id="65801928"> - <string key="NSTitle">OtherViews</string> + <string key="NSTitle">collationPopupMenu</string> <array class="NSMutableArray" key="NSMenuItems"/> </object> <int key="NSSelectedIndex">-1</int> @@ -17353,6 +17353,22 @@ AAEAAQAAAT0AAwAAAAEAAgAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAAA</bytes> <object class="IBConnectionRecord"> <object class="IBOutletConnection" key="connection"> <string key="label">delegate</string> + <reference key="source" ref="856601787"/> + <reference key="destination" ref="239767357"/> + </object> + <string key="id">Jbs-NM-Lzb</string> + </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">delegate</string> + <reference key="source" ref="65801928"/> + <reference key="destination" ref="239767357"/> + </object> + <string key="id">Dcc-ay-7AU</string> + </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">delegate</string> <reference key="source" ref="828624540"/> <reference key="destination" ref="188482031"/> </object> |