diff options
author | Damiano Galassi <[email protected]> | 2017-11-10 12:41:07 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-10 12:41:07 +0100 |
commit | 1f7aeb62b9ac51132fddc260e4193e07f056ed2f (patch) | |
tree | 6a5d34001cc93d596853b8ebf4233283098ce8cb /macosx/English.lproj/Presets.xib | |
parent | 65597ee7f4bfa11838d815fceb6bc6dd24150c1f (diff) |
MacGui: rename Folder to Category.
Diffstat (limited to 'macosx/English.lproj/Presets.xib')
-rw-r--r-- | macosx/English.lproj/Presets.xib | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/macosx/English.lproj/Presets.xib b/macosx/English.lproj/Presets.xib index d1e1c6f37..e00f51f5d 100644 --- a/macosx/English.lproj/Presets.xib +++ b/macosx/English.lproj/Presets.xib @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13770" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> - <development version="7000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13770"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBPresetsViewController"> @@ -53,7 +54,7 @@ Overrides all encode settings. Settings may be further adjusted after selecting <rect key="frame" x="1" y="1" width="219" height="14"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="VdJ-Vk-fzJ"> + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" id="VdJ-Vk-fzJ"> <rect key="frame" x="0.0" y="0.0" width="219" height="14"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="oBC-Nh-TwB"> @@ -122,9 +123,9 @@ Overrides all encode settings. Settings may be further adjusted after selecting <menu key="menu" title="Presets Action Menu" id="LQk-kD-5sj"> <items> <menuItem state="on" image="NSActionTemplate" hidden="YES" id="KPx-Ep-mb4"/> - <menuItem title="New Folder" id="Io0-Vm-Qez"> + <menuItem title="New Category" id="Io0-Vm-Qez"> <connections> - <action selector="insertFolder:" target="-2" id="ufd-hE-TG1"/> + <action selector="insertCategory:" target="-2" id="ZWP-Z4-cHu"/> </connections> </menuItem> <menuItem title="Make Default" id="D2t-YG-Frn"> |