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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/channel_changer/channel_changer.cc ('k') | tools/channel_changer/channel_changer.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "resource.h" 3 #include "resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 21 matching lines...) Expand all
32 // remains consistent on all systems. 32 // remains consistent on all systems.
33 IDI_BRANCH_SWITCHER ICON "../../chrome/app/theme/google_c hrome/chrome.ico" 33 IDI_BRANCH_SWITCHER ICON "../../chrome/app/theme/google_c hrome/chrome.ico"
34 34
35 ///////////////////////////////////////////////////////////////////////////// 35 /////////////////////////////////////////////////////////////////////////////
36 // 36 //
37 // Dialog 37 // Dialog
38 // 38 //
39 39
40 IDD_MAIN_DIALOG DIALOGEX 0, 0, 414, 143 40 IDD_MAIN_DIALOG DIALOGEX 0, 0, 414, 143
41 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTI ON | WS_SYSMENU 41 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTI ON | WS_SYSMENU
42 CAPTION "Google Chrome Channel Switcher v1.3" 42 CAPTION "Google Chrome Channel Changer 2.0"
43 FONT 8, "MS Shell Dlg", 400, 0, 0x1 43 FONT 8, "MS Shell Dlg", 400, 0, 0x1
44 BEGIN 44 BEGIN
45 DEFPUSHBUTTON "Update",IDOK,157,120,50,14 45 DEFPUSHBUTTON "Update",IDOK,157,120,50,14
46 PUSHBUTTON "Close",IDCANCEL,213,120,50,14 46 PUSHBUTTON "Close",IDCANCEL,213,120,50,14
47 LTEXT "This label will be populated programmatically.",IDC_LABEL_M AIN,47,13,322,18 47 LTEXT "This label will be populated programmatically.",IDC_LABEL_M AIN,47,13,322,18
48 CONTROL "Stable: Official Google Chrome releases (~ quarterly update s).",IDC_STABLE, 48 CONTROL "Stable: Official Google Chrome releases (~ quarterly update s).",IDC_STABLE,
49 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,44,340,8 49 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,44,340,8
50 CONTROL "Beta: More stable releases (~ monthly updates).",IDC_BETA, 50 CONTROL "Beta: More stable releases (~ monthly updates).",IDC_BETA,
51 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,59,340,8 51 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,59,340,8
52 CONTROL "Dev: The latest features and bugfixes (~ weekly updates).", IDC_CUTTING_EDGE, 52 CONTROL "Dev: The latest features and bugfixes (~ weekly updates).", IDC_CUTTING_EDGE,
53 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,73,340,8 53 "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,47,73,340,8
54 CONTROL 129,IDC_IMAGEVIEW,"Static",SS_BITMAP,7,7,35,30 54 CONTROL 129,IDC_IMAGEVIEW,"Static",SS_BITMAP,7,7,35,30
55 LTEXT "Note: If you switch from Dev to Beta, you'll stay on the cu rrent Chrome version until the Beta channel gets a later update. Changing channe ls does not change the version of Chrome you are currently using.",IDC_SECONDARY _LABEL,47,95,340,21 55 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 u sing now. To go back to an earlier version, re-install Google Chrome.",IDC_SECON DARY_LABEL,47,89,340,26
56 END 56 END
57 57
58 58
59 #ifdef APSTUDIO_INVOKED 59 #ifdef APSTUDIO_INVOKED
60 ///////////////////////////////////////////////////////////////////////////// 60 /////////////////////////////////////////////////////////////////////////////
61 // 61 //
62 // TEXTINCLUDE 62 // TEXTINCLUDE
63 // 63 //
64 64
65 1 TEXTINCLUDE 65 1 TEXTINCLUDE
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 #ifndef APSTUDIO_INVOKED 117 #ifndef APSTUDIO_INVOKED
118 ///////////////////////////////////////////////////////////////////////////// 118 /////////////////////////////////////////////////////////////////////////////
119 // 119 //
120 // Generated from the TEXTINCLUDE 3 resource. 120 // Generated from the TEXTINCLUDE 3 resource.
121 // 121 //
122 122
123 123
124 ///////////////////////////////////////////////////////////////////////////// 124 /////////////////////////////////////////////////////////////////////////////
125 #endif // not APSTUDIO_INVOKED 125 #endif // not APSTUDIO_INVOKED
126 126
OLDNEW
« 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