diff options
author | Max <post@wickenrode.com> | 2015-11-11 00:08:45 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-11-11 00:08:45 +0100 |
commit | 74a90251228a07995ea5ab1bae0fb2428f9cfbc7 (patch) | |
tree | 1cf4b1e9b0a9e96948313631378539170025463a /Interfaces | |
parent | 2ae3aec0c721c70941f0d23eecfa880861faf3cf (diff) | |
download | sequelpro-74a90251228a07995ea5ab1bae0fb2428f9cfbc7.tar.gz sequelpro-74a90251228a07995ea5ab1bae0fb2428f9cfbc7.tar.bz2 sequelpro-74a90251228a07995ea5ab1bae0fb2428f9cfbc7.zip |
Fix an issue where changing a table collation could cause an exception (fixes #2320)
This issue probably was introduced in f02fb787063caabe246a0ee420394f5676c55a9c
The empty item at the top of the collation list will now no longer have a selection mark, though.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 465b72fa..63bbd031 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -26580,6 +26580,7 @@ AAEAAQAAAT0AAwAAAAEAAgAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAAA</bytes> </object> <string key="7491.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> <boolean value="NO" key="7491.showNotes"/> + <string key="7493.CustomClassName">SPPopUpButtonCell</string> <string key="7493.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string> <boolean value="NO" key="7493.showNotes"/> <string key="7494.CustomClassName">SPIdMenu</string> @@ -30322,6 +30323,14 @@ AAEAAQAAAT0AAwAAAAEAAgAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAAA</bytes> </object> </object> <object class="IBPartialClassDescription"> + <string key="className">SPPopUpButtonCell</string> + <string key="superclassName">NSPopUpButtonCell</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> + <string key="minorKey">../Source/SPPopUpButtonCell.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> <string key="className">SPProcessListController</string> <string key="superclassName">NSWindowController</string> <dictionary class="NSMutableDictionary" key="actions"> |