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

Side by Side Diff: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc

Issue 9433054: Add additional languages for the cloud print printer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
« no previous file with comments | « cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifdef APSTUDIO_INVOKED 5 #ifdef APSTUDIO_INVOKED
6 # error Don't open this in the GUI, it'll be massacred on save. 6 # error Don't open this in the GUI, it'll be massacred on save.
7 #endif // APSTUDIO_INVOKED 7 #endif // APSTUDIO_INVOKED
8 8
9 1 VERSIONINFO 9 1 VERSIONINFO
10 FILEVERSION 0,1,0,1 10 FILEVERSION 0,1,0,2
11 PRODUCTVERSION 0,1,0,1 11 PRODUCTVERSION 0,1,0,2
12 FILEFLAGSMASK 0x17L 12 FILEFLAGSMASK 0x17L
13 #ifdef _DEBUG 13 #ifdef _DEBUG
14 FILEFLAGS 0x1L 14 FILEFLAGS 0x1L
15 #else 15 #else
16 FILEFLAGS 0x0L 16 FILEFLAGS 0x0L
17 #endif 17 #endif
18 FILEOS 0x4L 18 FILEOS 0x4L
19 FILETYPE 0x1L 19 FILETYPE 0x1L
20 FILESUBTYPE 0x0L 20 FILESUBTYPE 0x0L
21 BEGIN 21 BEGIN
22 BLOCK "StringFileInfo" 22 BLOCK "StringFileInfo"
23 BEGIN 23 BEGIN
24 BLOCK "040904b0" 24 BLOCK "040904b0"
25 BEGIN 25 BEGIN
26 VALUE "CompanyName", "Google Inc." 26 VALUE "CompanyName", "Google, Inc."
27 VALUE "FileDescription", "GCP Virtual Driver" 27 VALUE "FileDescription", "GCP Printer"
28 VALUE "FileVersion", "0.1.0.1" 28 VALUE "FileVersion", "0.1.0.2"
29 VALUE "InternalName", "GCP Virtual Driver" 29 VALUE "InternalName", "GCP Printer"
30 VALUE "ProductName", "GCP Virtual Driver" 30 VALUE "ProductName", "GCP Printer"
31 VALUE "ProductVersion", "0.1.0.1" 31 VALUE "ProductVersion", "0.1.0.2"
32 VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. Al l rights reserved." 32 VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. Al l rights reserved."
33 END 33 END
34 END 34 END
35 BLOCK "VarFileInfo" 35 BLOCK "VarFileInfo"
36 BEGIN 36 BEGIN
37 VALUE "Translation", 0x409, 1200 37 VALUE "Translation", 0x409, 1200
38 END 38 END
39 END 39 END
OLDNEW
« no previous file with comments | « cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698