Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: chrome/app/nibs/About.xib

Issue 7104106: Unify the version string to be displayed on "About Chromium" dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Skip CreateVersionString() for NACL_WIN64 Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> 2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data> 3 <data>
4 <int key="IBDocument.SystemTarget">1050</int> 4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">10F2108</string> 5 <string key="IBDocument.SystemVersion">10F2108</string>
6 <string key="IBDocument.InterfaceBuilderVersion">823</string> 6 <string key="IBDocument.InterfaceBuilderVersion">823</string>
7 <string key="IBDocument.AppKitVersion">1038.29</string> 7 <string key="IBDocument.AppKitVersion">1038.29</string>
8 <string key="IBDocument.HIToolboxVersion">461.00</string> 8 <string key="IBDocument.HIToolboxVersion">461.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns"> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
(...skipping 23 matching lines...) Expand all
34 </object> 34 </object>
35 <object class="NSCustomObject" id="1003"> 35 <object class="NSCustomObject" id="1003">
36 <string key="NSClassName">FirstResponder</string > 36 <string key="NSClassName">FirstResponder</string >
37 </object> 37 </object>
38 <object class="NSCustomObject" id="1004"> 38 <object class="NSCustomObject" id="1004">
39 <string key="NSClassName">NSApplication</string> 39 <string key="NSClassName">NSApplication</string>
40 </object> 40 </object>
41 <object class="NSWindowTemplate" id="820943852"> 41 <object class="NSWindowTemplate" id="820943852">
42 <int key="NSWindowStyleMask">3</int> 42 <int key="NSWindowStyleMask">3</int>
43 <int key="NSWindowBacking">2</int> 43 <int key="NSWindowBacking">2</int>
44 » » » » <string key="NSWindowRect">{{196, 257}, {450, 27 7}}</string> 44 » » » » <string key="NSWindowRect">{{196, 257}, {550, 27 7}}</string>
Mark Mentovai 2011/06/30 13:34:23 Whenever you make a change to a .xib file, you cha
haraken1 2011/07/04 07:50:52 I am sorry, as you say, I modified the nib file ma
45 <int key="NSWTFlags">1677722624</int> 45 <int key="NSWTFlags">1677722624</int>
46 <string key="NSWindowTitle">^IDS_ABOUT_CHROME_TI TLE</string> 46 <string key="NSWindowTitle">^IDS_ABOUT_CHROME_TI TLE</string>
47 <string key="NSWindowClass">NSPanel</string> 47 <string key="NSWindowClass">NSPanel</string>
48 <nil key="NSViewClass"/> 48 <nil key="NSViewClass"/>
49 <string key="NSWindowContentMaxSize">{1.79769e+3 08, 1.79769e+308}</string> 49 <string key="NSWindowContentMaxSize">{1.79769e+3 08, 1.79769e+308}</string>
50 <object class="NSView" key="NSWindowView" id="49 8033215"> 50 <object class="NSView" key="NSWindowView" id="49 8033215">
51 <reference key="NSNextResponder"/> 51 <reference key="NSNextResponder"/>
52 <int key="NSvFlags">256</int> 52 <int key="NSvFlags">256</int>
53 <object class="NSMutableArray" key="NSSu bviews"> 53 <object class="NSMutableArray" key="NSSu bviews">
54 <bool key="EncodedWithXMLCoder"> YES</bool> 54 <bool key="EncodedWithXMLCoder"> YES</bool>
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 </object> 2146 </object>
2147 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies"> 2147 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies">
2148 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string> 2148 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string>
2149 <integer value="3000" key="NS.object.0"/> 2149 <integer value="3000" key="NS.object.0"/>
2150 </object> 2150 </object>
2151 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool> 2151 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
2152 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string> 2152 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string>
2153 <int key="IBDocument.defaultPropertyAccessControl">3</int> 2153 <int key="IBDocument.defaultPropertyAccessControl">3</int>
2154 </data> 2154 </data>
2155 </archive> 2155 </archive>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698