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

Unified Diff: cloud_print/virtual_driver/win/virtual_driver_common_resources.h

Issue 6930019: Added resources. (Closed)
Patch Set: Fixed lint errors Created 9 years, 7 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
Index: cloud_print/virtual_driver/win/virtual_driver_common_resources.h
diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.h b/cloud_print/virtual_driver/win/virtual_driver_common_resources.h
new file mode 100644
index 0000000000000000000000000000000000000000..e77cc33ea1605d931b361fffcd214c6bfcb9dafe
--- /dev/null
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.h
@@ -0,0 +1,21 @@
+// Copyright (c) 2011 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.
+
+#ifndef CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_
+#define CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_
+#pragma once
+
+#define IDS_GCP_URL 100
+#define IDS_GCP_DRIVER 101
+#define IDS_XPS_DRIVER 102
+#define IDS_UI_DRIVER 103
+#define IDS_UI_HELP 104
+#define IDS_DATA_TYPE 105
+#define IDS_PRINT_PROCESSOR 106
+#define IDS_PORT_NAME 107
+#define IDS_PORT_MON_DLL_NAME_64 108
+#define IDS_PORT_MON_DLL_NAME_32 109
+
+#endif // CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_
+

Powered by Google App Engine
This is Rietveld 408576698