Chromium Code Reviews| Index: chrome/app/cf_resources.rc |
| =================================================================== |
| --- chrome/app/cf_resources.rc (revision 68165) |
| +++ chrome/app/cf_resources.rc (working copy) |
| @@ -35,3 +35,14 @@ |
| CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38,10 |
| LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8 |
| END |
| + |
| +IDD_CHROME_FRAME_READY_PROMPT DIALOGEX 0, 0, 446, 22 |
| +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 |
|
amit
2010/12/09 22:41:33
Do we have to move this messages and the button ca
erikwright (departed)
2010/12/10 20:29:58
A duplicate automatically gets copied into each lo
|
| + 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 |