Skip to content

Commit

Permalink
Fixed GBK tag in accessory view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Jul 24, 2017
1 parent cf4653d commit 3a3ea60
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Table Tool/TTFormatViewControllerAccessory.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13122.19" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13122.19"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="TTFormatViewController">
Expand All @@ -27,8 +29,8 @@
<font key="font" metaFont="smallSystem"/>
<menu key="menu" id="gXz-Dr-gC4">
<items>
<menuItem title="Unicode (UTF-8)" state="on" tag="4" id="azY-g1-sDt"/>
<menuItem title="Chinese (GBK)" tag="-2147482062" id="CgQ-67-VfQ"/>
<menuItem title="Unicode (UTF-8)" tag="4" id="azY-g1-sDt"/>
<menuItem title="Chinese (GBK)" tag="2147485234" id="CgQ-67-VfQ"/>
<menuItem title="Western (Mac OS Roman)" tag="30" id="jbj-mB-RkV"/>
<menuItem title="Western (Windows Latin 1)" tag="12" id="DLX-c9-gUH"/>
<menuItem title="Central European (ISO Latin 2)" tag="9" id="Hu2-Kn-ppA"/>
Expand Down

0 comments on commit 3a3ea60

Please sign in to comment.