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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
index 1c0382528a0c413569a560a768ae020516ecddd1..f7e17d1cff462ca748442814424953a03008fede 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,8 +7,8 @@
#endif // APSTUDIO_INVOKED
1 VERSIONINFO
- FILEVERSION 0,1,0,1
- PRODUCTVERSION 0,1,0,1
+ FILEVERSION 0,1,0,2
+ PRODUCTVERSION 0,1,0,2
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -23,13 +23,13 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "Google Inc."
- VALUE "FileDescription", "GCP Virtual Driver"
- VALUE "FileVersion", "0.1.0.1"
- VALUE "InternalName", "GCP Virtual Driver"
- VALUE "ProductName", "GCP Virtual Driver"
- VALUE "ProductVersion", "0.1.0.1"
- VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. All rights reserved."
+ VALUE "CompanyName", "Google, Inc."
+ VALUE "FileDescription", "GCP Printer"
+ VALUE "FileVersion", "0.1.0.2"
+ VALUE "InternalName", "GCP Printer"
+ VALUE "ProductName", "GCP Printer"
+ VALUE "ProductVersion", "0.1.0.2"
+ VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
END
END
BLOCK "VarFileInfo"
« 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