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

Unified Diff: chrome/app/cf_resources.rc

Issue 18769007: Make the dismiss button on the CF infobar be an image button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | chrome_frame/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/cf_resources.rc
diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc
index a989d1a81f550b47c34f6ecbb9aeeece37722ab6..af6bc7a3137d65fe0350a5fab3383220d08000e5 100644
--- a/chrome/app/cf_resources.rc
+++ b/chrome/app/cf_resources.rc
@@ -55,8 +55,8 @@ IDD_CHROME_FRAME_TURNDOWN_PROMPT DIALOGEX 0, 0, 393, 14
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
- LTEXT "This site is using the Chrome Frame plug-in which will soon be unsupported. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,414,8
- LTEXT "Learn more.",IDC_TD_PROMPT_LINK,238,3,42,8
- PUSHBUTTON "Uninstall",IDUNINSTALL,285,2,50,12
- DEFPUSHBUTTON "Dismiss",IDDISMISS,340,2,50,12
+ LTEXT "This site is using the Chrome Frame plug-in which will soon be unsupported. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,260,8
+ LTEXT "Learn more.",IDC_TD_PROMPT_LINK,270,3,42,8
+ PUSHBUTTON "Uninstall",IDUNINSTALL,319,2,50,12
+ DEFPUSHBUTTON "Dismiss",IDDISMISS,377,2,18,18
END
« no previous file with comments | « no previous file | chrome_frame/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698