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

Side by Side Diff: ceee/ie/plugin/toolband/resource.h

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chrome->Chromium Created 10 years, 1 month 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Resource constants for CEEE toolband. 5 // Resource constants for CEEE toolband.
6 #ifndef CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_ 6 #ifndef CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_
7 #define CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_ 7 #define CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_
8 8
9 9
10 //{{NO_DEPENDENCIES}} 10 //{{NO_DEPENDENCIES}}
11 // Microsoft Visual C++ generated include file. 11 // Microsoft Visual C++ generated include file.
12 // Used by toolband.rc 12 // Used by toolband.rc
13 // 13 //
14 #define IDS_PROJNAME 100 14 #define IDS_PROJNAME 100
15 #define IDR_IE 101 15 #define IDR_IE 101
16 #define IDR_BROWSERHELPEROBJECT 102 16 #define IDR_BROWSERHELPEROBJECT 102
17 #define IDR_TOOL_BAND 103 17 #define IDR_TOOL_BAND 103
18 #define IDR_GREASEMONKEY_API_JS 105 18 #define IDR_GREASEMONKEY_API_JS 105
19 #define IDR_EXECUTOR 106 19 #define IDR_EXECUTOR 106
20 #define IDR_TOOLBAND_PROXY 108 20 #define IDR_TOOLBAND_PROXY 108
21 #define IDS_CEEE_NAME 109 21 #define IDS_CEEE_NAME 109
22 #define IDS_CEEE_EXECUTOR_CREATOR_NAME 110 22 #define IDS_CEEE_EXECUTOR_CREATOR_NAME 110
23 #define IDS_CEEE_EXECUTOR_NAME 111 23 #define IDS_CEEE_EXECUTOR_NAME 111
24 24 #define IDS_CEEE_BHO_NAME 112
25 25
26 // Next default values for new objects 26 // Next default values for new objects
27 // 27 //
28 #ifdef APSTUDIO_INVOKED 28 #ifdef APSTUDIO_INVOKED
29 #ifndef APSTUDIO_READONLY_SYMBOLS 29 #ifndef APSTUDIO_READONLY_SYMBOLS
30 #define _APS_NEXT_RESOURCE_VALUE 112 30 #define _APS_NEXT_RESOURCE_VALUE 113
31 #define _APS_NEXT_COMMAND_VALUE 32768 31 #define _APS_NEXT_COMMAND_VALUE 32768
32 #define _APS_NEXT_CONTROL_VALUE 201 32 #define _APS_NEXT_CONTROL_VALUE 201
33 #define _APS_NEXT_SYMED_VALUE 112 33 #define _APS_NEXT_SYMED_VALUE 113
34 #endif 34 #endif
35 #endif 35 #endif
36 36
37 37
38 #endif // CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_ 38 #endif // CEEE_IE_PLUGIN_TOOLBAND_RESOURCE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698