diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 16:01:52 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 16:01:52 +0000 |
commit | 3111f08b397248f8c0e6e1e8773c53bdf141cabd (patch) | |
tree | e2dd959be6512682ef659bcccdb9f9a1dabe8f32 /chrome/app/nibs/en.lproj/MainMenu.xib | |
parent | 791cf694a044560c45f8df64ada77a79caa47503 (diff) | |
download | chromium_src-3111f08b397248f8c0e6e1e8773c53bdf141cabd.zip chromium_src-3111f08b397248f8c0e6e1e8773c53bdf141cabd.tar.gz chromium_src-3111f08b397248f8c0e6e1e8773c53bdf141cabd.tar.bz2 |
Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use scoped pointers to manage memory.
Review URL: http://codereview.chromium.org/100206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/en.lproj/MainMenu.xib')
-rw-r--r-- | chrome/app/nibs/en.lproj/MainMenu.xib | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/chrome/app/nibs/en.lproj/MainMenu.xib b/chrome/app/nibs/en.lproj/MainMenu.xib index 9a0b0d5..29ddf9d 100644 --- a/chrome/app/nibs/en.lproj/MainMenu.xib +++ b/chrome/app/nibs/en.lproj/MainMenu.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="295"/> + <integer value="57"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -1535,6 +1535,14 @@ </object> <int key="connectionID">553</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">showPreferences:</string> + <reference key="source" ref="168151378"/> + <reference key="destination" ref="609285721"/> + </object> + <int key="connectionID">554</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -2822,7 +2830,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{126, 681}, {244, 213}}</string> + <string>{{128, 623}, {244, 213}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{23, 794}, {245, 183}}</string> @@ -2874,7 +2882,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">553</int> + <int key="maxID">554</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -2883,8 +2891,17 @@ <string key="className">AppController</string> <string key="superclassName">NSObject</string> <object class="NSMutableDictionary" key="actions"> - <string key="NS.key.0">quit:</string> - <string key="NS.object.0">id</string> + <bool key="EncodedWithXMLCoder">YES</bool> + <object class="NSMutableArray" key="dict.sortedKeys"> + <bool key="EncodedWithXMLCoder">YES</bool> + <string>quit:</string> + <string>showPreferences:</string> + </object> + <object class="NSMutableArray" key="dict.values"> + <bool key="EncodedWithXMLCoder">YES</bool> + <string>id</string> + <string>id</string> + </object> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> |