diff options
author | konablend <[email protected]> | 2009-06-17 00:05:07 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-06-17 00:05:07 +0000 |
commit | 77ace834b568f1a024b2f3aa4bee70cc3a1a6b65 (patch) | |
tree | b3e875353d1ac9c64a9c6b534fcaa9780bcc195c /macosx/English.lproj/MainMenu.xib | |
parent | 3df17b7467c6db19715ae175bde37dd5dd6e33b5 (diff) |
MacGUI: added 64-bit savvy application icon.
- icon is chosen based on compile-time architecture: HandBrake.icns or HandBrake-64.icns
- added action for MainMenu->About to call Controller.showAboutPanel as the default about panel needs dictionary override to force icon.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2547 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.xib')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index 542f3453f..48d64461b 100644 --- a/macosx/English.lproj/MainMenu.xib +++ b/macosx/English.lproj/MainMenu.xib @@ -9,6 +9,7 @@ <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> <integer value="5196"/> + <integer value="58"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -4717,14 +4718,6 @@ <int key="connectionID">139</int> </object> <object class="IBConnectionRecord"> - <object class="IBActionConnection" key="connection"> - <string key="label">orderFrontStandardAboutPanel:</string> - <reference key="source" ref="1046316778"/> - <reference key="destination" ref="218095211"/> - </object> - <int key="connectionID">142</int> - </object> - <object class="IBConnectionRecord"> <object class="IBOutletConnection" key="connection"> <string key="label">delegate</string> <reference key="source" ref="1046316778"/> @@ -6316,6 +6309,14 @@ </object> <int key="connectionID">5214</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">showAboutPanel:</string> + <reference key="source" ref="2258723"/> + <reference key="destination" ref="218095211"/> + </object> + <int key="connectionID">5245</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -10295,8 +10296,10 @@ <string>5232.IBPluginDependency</string> <string>5233.IBPluginDependency</string> <string>5234.IBPluginDependency</string> + <string>5244.IBPluginDependency</string> <string>56.IBPluginDependency</string> <string>56.ImportedFromIB2</string> + <string>57.IBEditorWindowLastContentRect</string> <string>57.IBPluginDependency</string> <string>57.ImportedFromIB2</string> <string>57.editorWindowContentRectSynchronizationRect</string> @@ -10323,7 +10326,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{262, 642}, {211, 183}}</string> + <string>{{263, 642}, {211, 183}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -10578,7 +10581,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{195, 692}, {236, 133}}</string> + <string>{{196, 692}, {236, 133}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -10739,7 +10742,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{0, 825}, {394, 20}}</string> + <string>{{1, 825}, {394, 20}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{63, 836}, {394, 20}}</string> @@ -11081,7 +11084,9 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> + <string>{{13, 672}, {235, 153}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{75, 683}, {235, 153}}</string> @@ -11115,7 +11120,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">5244</int> + <int key="maxID">5245</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -11166,6 +11171,7 @@ <string>selectPreset:</string> <string>setDefaultPreset:</string> <string>setEnabledStateOfAudioMixdownControls:</string> + <string>showAboutPanel:</string> <string>showAddPresetPanel:</string> <string>showDebugOutputPanel:</string> <string>showNewScan:</string> @@ -11234,6 +11240,7 @@ <string>id</string> <string>id</string> <string>id</string> + <string>id</string> </object> </object> <object class="NSMutableDictionary" key="outlets"> |