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

Unified Diff: tools/channel_changer/channel_changer.rc

Issue 17050: Update Channel Changer to support a new Dev channel tag.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 12 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 | « tools/channel_changer/channel_changer.cc ('k') | tools/channel_changer/channel_changer.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/channel_changer/channel_changer.rc
===================================================================
--- tools/channel_changer/channel_changer.rc (revision 7540)
+++ tools/channel_changer/channel_changer.rc (working copy)
@@ -39,7 +39,7 @@
IDD_MAIN_DIALOG DIALOGEX 0, 0, 414, 143
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Google Chrome Channel Switcher v1.3"
+CAPTION "Google Chrome Channel Changer 2.0"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Update",IDOK,157,120,50,14
@@ -52,7 +52,7 @@
CONTROL "Dev: The latest features and bugfixes (~ weekly updates).",IDC_CUTTING_EDGE,
"Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,73,340,8
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,47,95,340,21
+ LTEXT "Note: If you change to a more stable channel, you will not get updates until that channel is updated to a later version than what you are using now. To go back to an earlier version, re-install Google Chrome.",IDC_SECONDARY_LABEL,47,89,340,26
END
« no previous file with comments | « tools/channel_changer/channel_changer.cc ('k') | tools/channel_changer/channel_changer.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698