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

Unified Diff: remoting/host/win/core_resource.h

Issue 18323017: Localized Chromoting Host on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 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 side-by-side diff with in-line comments
Download patch
Index: remoting/host/win/core_resource.h
diff --git a/remoting/host/win/core_resource.h b/remoting/host/win/core_resource.h
index 4d933343d087ae0bdae3102ec39701ffbf73aa41..af27a0ebe37fa5e09b558c07d116994ed702474c 100644
--- a/remoting/host/win/core_resource.h
+++ b/remoting/host/win/core_resource.h
@@ -8,18 +8,18 @@
//
// N.B. Values of |IDS_DISPLAY_SERVICE_NAME|, |IDS_SERVICE_DESCRIPTION|,
-// |IDS_CONTROLLER| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in
+// |IDS_CONTROLLER_NAME| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in
// remoting/host/install/chromoting.wxs. Make sure the values below and in
// the installation script match.
#define IDS_DISPLAY_SERVICE_NAME 101
#define IDS_SERVICE_DESCRIPTION 102
-#define IDS_CONTROLLER 103
-#define IDD_VERIFY_CONFIG_DIALOG 104
-#define IDC_MESSAGE 105
-#define IDC_EMAIL 106
-#define IDC_PIN 107
-#define IDC_EMAIL_LABEL 108
-#define IDC_PIN_LABEL 109
+#define IDS_CONTROLLER_NAME 103
+#define IDD_VERIFY_CONFIG_DIALOG 104
+#define IDC_MESSAGE 105
+#define IDC_EMAIL 106
+#define IDC_PIN 107
+#define IDC_EMAIL_LABEL 108
+#define IDC_PIN_LABEL 109
#define IDD_DISCONNECT 110
#define IDD_CONTINUE 111

Powered by Google App Engine
This is Rietveld 408576698