From aff7d1eedc285ee2c60c087e01475efb51c660b3 Mon Sep 17 00:00:00 2001 From: "laforge@chromium.org" Date: Tue, 16 Dec 2008 20:38:23 +0000 Subject: Google Chrome Channel Changer - Minor update to add stable channel, some updates to text description. Review URL: http://codereview.chromium.org/14455 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7090 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/channel_changer/channel_changer.rc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'tools/channel_changer/channel_changer.rc') diff --git a/tools/channel_changer/channel_changer.rc b/tools/channel_changer/channel_changer.rc index 34f5653..8e9bfc2 100644 --- a/tools/channel_changer/channel_changer.rc +++ b/tools/channel_changer/channel_changer.rc @@ -37,20 +37,22 @@ IDI_BRANCH_SWITCHER ICON "../../chrome/app/theme/google_c // Dialog // -IDD_MAIN_DIALOG DIALOGEX 0, 0, 419, 147 +IDD_MAIN_DIALOG DIALOGEX 0, 0, 419, 186 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Chrome Channel Switcher v1.1" +CAPTION "Google Chrome Channel Switcher v1.2" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "Update",IDOK,156,127,50,14 - PUSHBUTTON "Close",IDCANCEL,212,127,50,14 + DEFPUSHBUTTON "Update",IDOK,157,153,50,14 + PUSHBUTTON "Close",IDCANCEL,213,153,50,14 LTEXT "This label will be populated programmatically.",IDC_LABEL_MAIN,47,13,322,18 - CONTROL "Beta: More stable releases, less frequently. You won't get bug fixes and new features as quickly, but what you get will have had more testing.",IDC_STABLE, - "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,39,340,19 - CONTROL "Dev: Get the latest features and bugfixes every week. You'll be helping us improve, iterate, and make Chrome great faster. We need Dev users, and we'll give your feedback and issues higher priority.",IDC_CUTTING_EDGE, - "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,63,355,21 - CONTROL 129,IDC_IMAGEVIEW,"Static",SS_BITMAP,7,7,35,23 - LTEXT "Note: If you switch from Dev to Beta, you'll stay on the current Chrome version until the Beta channel gets a later update. Changing channels does not change the version of Chrome you are currently using.",IDC_SECONDARY_LABEL,47,97,340,21 + CONTROL "Stable: Official Google Chrome releases (~ quarterly updates).",IDC_STABLE, + "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,45,39,340,19 + CONTROL "Beta: More stable releases (~ monthly updates).",IDC_BETA, + "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,45,63,340,19 + CONTROL "Dev: The latest features and bugfixes (~ weekly updates).",IDC_CUTTING_EDGE, + "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,45,90,355,21 + CONTROL 129,IDC_IMAGEVIEW,"Static",SS_BITMAP,7,7,35,30 + LTEXT "Note: If you switch from Dev to Beta, you'll stay on the current Chrome version until the Beta channel gets a later update. Changing channels does not change the version of Chrome you are currently using.",IDC_SECONDARY_LABEL,44,128,340,21 END @@ -95,7 +97,7 @@ BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 412 TOPMARGIN, 7 - BOTTOMMARGIN, 140 + BOTTOMMARGIN, 179 END END #endif // APSTUDIO_INVOKED -- cgit v1.1