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

Unified Diff: remoting/host/plugin/host_plugin.rc

Issue 7860023: Added l10n support to host dialogs on Windows. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Incoporated comments from wez@ Created 9 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/disconnect_window_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_plugin.rc
diff --git a/remoting/host/plugin/host_plugin.rc b/remoting/host/plugin/host_plugin.rc
old mode 100644
new mode 100755
index 9ef4ae36cbfa7875b7a48e0e0c330dbf8f13f93e..deeb49056999837f7bc89e8e09687218e0dbcc12
--- a/remoting/host/plugin/host_plugin.rc
+++ b/remoting/host/plugin/host_plugin.rc
@@ -97,9 +97,8 @@ EXSTYLE WS_EX_TOPMOST
CAPTION "kTitle"
FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
- DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,30,38,108,14
- LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,17,46,8
- LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8
+ DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,20,38,126,14
+ LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,7,152,28
END
IDD_CONTINUE DIALOGEX 0, 0, 221, 58
@@ -108,9 +107,9 @@ EXSTYLE WS_EX_TOPMOST
CAPTION "kTitle"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,117,38,69,14
+ DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14
LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30
- PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,33,38,69,14
+ PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14
END
@@ -126,6 +125,8 @@ BEGIN
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 159
+ VERTGUIDE, 20
+ VERTGUIDE, 146
TOPMARGIN, 7
BOTTOMMARGIN, 52
END
@@ -134,6 +135,9 @@ BEGIN
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 214
+ VERTGUIDE, 105
+ VERTGUIDE, 116
+ VERTGUIDE, 203
TOPMARGIN, 7
BOTTOMMARGIN, 52
END
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698