diff options
author | ritsuka <[email protected]> | 2015-05-17 19:41:34 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-05-17 19:41:34 +0000 |
commit | f44ed828e6e1fa5f64d48be8f19bb5525434f263 (patch) | |
tree | dbe4592f6fa5c322d378d3328b6fcc46bda2500a /macosx/English.lproj/Presets.xib | |
parent | 06f06e9d3046766ea16b4dfb8821d528048a50f1 (diff) |
MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r/60/ minus the ones for the labels.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7206 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/Presets.xib')
-rw-r--r-- | macosx/English.lproj/Presets.xib | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/macosx/English.lproj/Presets.xib b/macosx/English.lproj/Presets.xib index 9d4573493..15665aeb4 100644 --- a/macosx/English.lproj/Presets.xib +++ b/macosx/English.lproj/Presets.xib @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7702" systemVersion="14E17e" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <development version="5100" identifier="xcode"/> + <deployment identifier="macosx"/> + <development version="6000" identifier="xcode"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7702"/> </dependencies> <objects> @@ -81,7 +82,7 @@ </scroller> <accessibility description="Presets"/> </scrollView> - <button toolTip="Create a new preset based on the current settings." verticalHuggingPriority="750" id="kfi-wq-mgV"> + <button toolTip="Create a new custom preset based on the currently selected settings." verticalHuggingPriority="750" id="kfi-wq-mgV"> <rect key="frame" x="3" y="3" width="24" height="23"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="only" alignment="center" state="on" borderStyle="border" inset="3" id="OJ3-1k-3DY"> @@ -94,19 +95,6 @@ <binding destination="-2" name="enabled" keyPath="self.enabled" id="lmV-Y3-JoF"/> </connections> </button> - <button toolTip="Delete the current selection" verticalHuggingPriority="750" id="b3V-8w-euU"> - <rect key="frame" x="26" y="3" width="24" height="23"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="only" alignment="left" borderStyle="border" inset="3" id="Kb1-6u-550"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="systemBold"/> - </buttonCell> - <accessibility description="Delete"/> - <connections> - <action selector="deletePreset:" target="-2" id="b6N-h7-25y"/> - <binding destination="ohT-Pp-wBT" name="enabled" keyPath="canRemove" id="WNd-yX-UEH"/> - </connections> - </button> <popUpButton verticalHuggingPriority="750" id="Ybq-Zt-sta"> <rect key="frame" x="58" y="3" width="35" height="23"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> @@ -148,6 +136,19 @@ </popUpButtonCell> <accessibility description="Additional Options"/> </popUpButton> + <button toolTip="Delete the current selection" verticalHuggingPriority="750" id="b3V-8w-euU"> + <rect key="frame" x="26" y="3" width="24" height="23"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="only" alignment="left" borderStyle="border" inset="3" id="Kb1-6u-550"> + <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="systemBold"/> + </buttonCell> + <accessibility description="Delete"/> + <connections> + <action selector="deletePreset:" target="-2" id="b6N-h7-25y"/> + <binding destination="ohT-Pp-wBT" name="enabled" keyPath="canRemove" id="WNd-yX-UEH"/> + </connections> + </button> </subviews> <point key="canvasLocation" x="58" y="345.5"/> </customView> |