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

Unified Diff: chrome/app/cf_resources.rc

Issue 6314016: Update the Ready Mode UI in response to feedback from UI leads, Chrome Frame ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/app/chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/cf_resources.rc
===================================================================
--- chrome/app/cf_resources.rc (revision 72333)
+++ chrome/app/cf_resources.rc (working copy)
@@ -40,9 +40,9 @@
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
- LTEXT "This site recommends the Google Chrome Frame add-on for Internet Explorer. Would you like to enable it now? No download or browser restart is required.",IDC_PROMPT_MESSAGE,34,3,254,16
- ICON IDI_CHROME_FRAME_ICON,IDC_PROMPT_ICON,7,1,21,20
- DEFPUSHBUTTON "&Yes",IDACTIVATE,287,4,50,14
- PUSHBUTTON "Remind me &Later",IDLATER,340,4,66,14
- PUSHBUTTON "&No",IDNEVER,409,4,34,14
-END
+ LTEXT "This site performs better with Google Chrome Frame.",IDC_PROMPT_MESSAGE,34,3,198,16
+ LTEXT "Learn more.",IDC_PROMPT_LINK,300,3,42,16
+ ICON 10750,IDC_PROMPT_ICON,7,1,20,20
+ DEFPUSHBUTTON "Enable",IDACTIVATE,349,4,50,14
+ PUSHBUTTON "Ignore",IDNEVER,409,4,34,14
+END
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698