diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 18:11:29 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 18:11:29 +0000 |
commit | f3c8c0e7caa8fca385a75f3dd5a929fa9aa9f7db (patch) | |
tree | 50ed2e6c5756eaa2c6a484cd0d1148b150ca9d74 /chrome/app/nibs | |
parent | a1997505586b28c7c0a0718943ad533799017424 (diff) | |
download | chromium_src-f3c8c0e7caa8fca385a75f3dd5a929fa9aa9f7db.zip chromium_src-f3c8c0e7caa8fca385a75f3dd5a929fa9aa9f7db.tar.gz chromium_src-f3c8c0e7caa8fca385a75f3dd5a929fa9aa9f7db.tar.bz2 |
Now that we have file dialogs, we might as well hook up "Open File" on the Mac.
Review URL: http://codereview.chromium.org/93145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/en.lproj/MainMenu.xib | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chrome/app/nibs/en.lproj/MainMenu.xib b/chrome/app/nibs/en.lproj/MainMenu.xib index a9751c2..e955549 100644 --- a/chrome/app/nibs/en.lproj/MainMenu.xib +++ b/chrome/app/nibs/en.lproj/MainMenu.xib @@ -8,6 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> + <integer value="81"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -237,6 +238,7 @@ <int key="NSMnemonicLoc">2147483647</int> <reference key="NSOnImage" ref="353210768"/> <reference key="NSMixedImage" ref="549394948"/> + <int key="NSTag">40000</int> </object> <object class="NSMenuItem" id="165127946"> <reference key="NSMenu" ref="720053764"/> @@ -1523,6 +1525,14 @@ </object> <int key="connectionID">552</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">commandDispatch:</string> + <reference key="source" ref="1014"/> + <reference key="destination" ref="722745758"/> + </object> + <int key="connectionID">553</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -2862,7 +2872,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">552</int> + <int key="maxID">553</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |