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

Unified Diff: remoting/host/win/core.rc.jinja2

Issue 2326553003: Adding a Confirmation dialog for It2Me on Windows (Closed)
Patch Set: Addressing CR feedback Created 4 years, 3 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 | « remoting/host/it2me/it2me_confirmation_dialog_win.cc ('k') | remoting/host/win/core_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/core.rc.jinja2
diff --git a/remoting/host/win/core.rc.jinja2 b/remoting/host/win/core.rc.jinja2
index 2999d33badd0f8a517ba7338880988db87c79e3e..0e92454f796283e178c38fefd731830d75e9957a 100644
--- a/remoting/host/win/core.rc.jinja2
+++ b/remoting/host/win/core.rc.jinja2
@@ -21,11 +21,16 @@ BEGIN
IDS_DISPLAY_SERVICE_NAME "{% trans %}DISPLAY_SERVICE_NAME{% endtrans %}"
IDS_SERVICE_DESCRIPTION "{% trans %}SERVICE_DESCRIPTION{% endtrans %}"
IDS_CONTROLLER_NAME "{% trans %}CONTROLLER_NAME{% endtrans %}"
+ IDS_PRODUCT_NAME "{% trans %}PRODUCT_NAME{% endtrans %}"
+ IDS_SHARE_CONFIRM_DIALOG_MESSAGE "{% trans %}SHARE_CONFIRM_DIALOG_MESSAGE{% endtrans %}"
+ IDS_SHARE_CONFIRM_DIALOG_MESSAGE_WITH_USERNAME "{% trans %}SHARE_CONFIRM_DIALOG_MESSAGE_WITH_USERNAME{% endtrans %}"
+ IDS_SHARE_CONFIRM_DIALOG_CONFIRM "{% trans %}SHARE_CONFIRM_DIALOG_CONFIRM{% endtrans %}"
+ IDS_SHARE_CONFIRM_DIALOG_DECLINE "{% trans %}SHARE_CONFIRM_DIALOG_DECLINE{% endtrans %}"
END
-#endif // (BINARY == BINARY_CORE)
+IDI_CHROME_REMOTE_DESKTOP ICON "remoting/resources/chromoting.ico"
-IDD_VERIFY_CONFIG_DIALOG ICON "remoting/resources/chromoting.ico"
+#endif // (BINARY == BINARY_CORE)
IDD_VERIFY_CONFIG_DIALOG DIALOGEX 0, 0, 221, 106
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUPWINDOW | WS_CAPTION
« no previous file with comments | « remoting/host/it2me/it2me_confirmation_dialog_win.cc ('k') | remoting/host/win/core_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698