diff options
author | dynaflash <[email protected]> | 2008-09-22 17:46:32 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-09-22 17:46:32 +0000 |
commit | a7fb7371bb83e6d244783de10e3006f618d44410 (patch) | |
tree | 8dd6583e24a6d22561821a2cc9817da36241663b /macosx/English.lproj/Queue.xib | |
parent | 53058602694c8d17942dc874817b42cb9a6be51a (diff) |
MacGui: Re-enable deleting encodes with the delete key if hilighted.
- Currently one at a time, multiple selections are shut off for queue sync reasons .
- Note: To delete a finished encode, click on it and hit your delete key ( since the action icon is an "open file in finder" magnifying glass) as this is the only way currently to delete a finished encode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1744 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/Queue.xib')
-rw-r--r-- | macosx/English.lproj/Queue.xib | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/macosx/English.lproj/Queue.xib b/macosx/English.lproj/Queue.xib index c64871915..667d263a3 100644 --- a/macosx/English.lproj/Queue.xib +++ b/macosx/English.lproj/Queue.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">352.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="2577"/> + <integer value="2596"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -204,7 +204,7 @@ </object> </object> <double key="NSRowHeight">1.700000e+01</double> - <int key="NSTvFlags">448823296</int> + <int key="NSTvFlags">314605568</int> <int key="NSColumnAutoresizingStyle">1</int> <int key="NSDraggingSourceMaskForLocal">15</int> <int key="NSDraggingSourceMaskForNonLocal">0</int> @@ -474,7 +474,7 @@ </object> <object class="IBConnectionRecord"> <object class="IBActionConnection" key="connection"> - <string key="label">removeSelectedJobGroups:</string> + <string key="label">removeSelectedQueueItem:</string> <reference key="source" ref="678333032"/> <reference key="destination" ref="1065139278"/> </object> @@ -796,9 +796,9 @@ <integer value="1" id="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{311, 67}, {574, 423}}</string> + <string>{{170, 67}, {574, 423}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{311, 67}, {574, 423}}</string> + <string>{{170, 67}, {574, 423}}</string> <reference ref="9"/> <reference ref="9"/> <reference ref="9"/> @@ -945,7 +945,6 @@ <object class="NSMutableArray" key="dict.sortedKeys"> <bool key="EncodedWithXMLCoder">YES</bool> <string>cancelCurrentJob:</string> - <string>removeSelectedJobGroups:</string> <string>revealSelectedJobGroups:</string> <string>togglePauseResume:</string> <string>toggleStartCancel:</string> @@ -956,7 +955,6 @@ <string>id</string> <string>id</string> <string>id</string> - <string>id</string> </object> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> |