diff options
author | Damiano Galassi <[email protected]> | 2017-07-26 16:15:44 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-07-26 16:15:44 +0200 |
commit | 43e9b8d889b781ea9c0dcc19dc69b2645bcbe83b (patch) | |
tree | 21fdc94507f2aa5ac99fd7ddcc91f57bc3bae49c /macosx | |
parent | 47334f46a3c8f9b81326f24248caa7ca29f6269d (diff) |
MacGui: update the main window browse button tooltip.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/MainWindow.xib | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/English.lproj/MainWindow.xib b/macosx/English.lproj/MainWindow.xib index efdb994a2..73bc06091 100644 --- a/macosx/English.lproj/MainWindow.xib +++ b/macosx/English.lproj/MainWindow.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13122.17" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13168.3" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13122.17"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13168.3"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> @@ -37,7 +37,7 @@ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <window title="HandBrake" allowsToolTipsWhenApplicationIsInactive="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="HBMainWindow" animationBehavior="default" id="21" userLabel="MainWindow"> - <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" unifiedTitleAndToolbar="YES"/> + <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="41" y="572" width="920" height="568"/> <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/> @@ -471,12 +471,12 @@ <font key="font" metaFont="smallSystem"/> </buttonCell> <connections> + <binding destination="-2" name="value" keyPath="self.job.alignAVStart" id="sxJ-8V-e06"/> <binding destination="-2" name="hidden" keyPath="self.job.mp4OptionsEnabled" id="ZrC-0O-04k"> <dictionary key="options"> <string key="NSValueTransformerName">NSNegateBoolean</string> </dictionary> </binding> - <binding destination="-2" name="value" keyPath="self.job.alignAVStart" id="sxJ-8V-e06"/> </connections> </button> <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="5505"> @@ -611,7 +611,7 @@ Blu-ray and DVD sources often have multiple titles, the longest of which is typi <binding destination="-2" name="value" keyPath="self.job.outputURL" id="FQU-UV-RCI"/> </connections> </pathControl> - <button toolTip="Browse to select a new destination path and file name for your encode." verticalHuggingPriority="750" misplaced="YES" id="1562"> + <button toolTip="Browse to select a new destination path for your encode." verticalHuggingPriority="750" misplaced="YES" id="1562"> <rect key="frame" x="831" y="450" width="74" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Browse…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4920"> @@ -675,7 +675,7 @@ Blu-ray and DVD sources often have multiple titles, the longest of which is typi <popUpButton key="view" misplaced="YES" imageHugsTitle="YES" id="pJJ-0V-TQq"> <rect key="frame" x="28" y="14" width="58" height="25"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/> - <popUpButtonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="addqueue" alignment="center" lineBreakMode="truncatingTail" state="on" inset="2" pullsDown="YES" id="BAK-n3-eIN"> + <popUpButtonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" inset="2" pullsDown="YES" id="BAK-n3-eIN"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="menu"/> <menu key="menu" id="QCi-1O-Msg"> |