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

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 11811: Get rid of ISO-8859-9 in the character encoding menu because it's now treated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //{{NO_DEPENDENCIES}} 1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ generated include file. 2 // Microsoft Visual C++ generated include file.
3 // Used by chrome_dll.rc 3 // Used by chrome_dll.rc
4 // 4 //
5 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
6 // Values around 200 are used by browser/browser_resources.h 6 // Values around 200 are used by browser/browser_resources.h
7 // Values around 300 are used by common/common_resources.h 7 // Values around 300 are used by common/common_resources.h
8 // Values around 400 are used by common/net/net_resources.h 8 // Values around 400 are used by common/net/net_resources.h
9 // Values around 500 are used by renderer/renderer_resources.h 9 // Values around 500 are used by renderer/renderer_resources.h
10 #define IDB_SADTABBROWSER 1000 10 #define IDB_SADTABBROWSER 1000
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 #define IDC_ENCODING_KOI8U 32913 116 #define IDC_ENCODING_KOI8U 32913
117 #define IDC_ENCODING_ISO88597 32914 117 #define IDC_ENCODING_ISO88597 32914
118 #define IDC_ENCODING_WINDOWS1253 32915 118 #define IDC_ENCODING_WINDOWS1253 32915
119 #define IDC_ENCODING_ISO88594 32916 119 #define IDC_ENCODING_ISO88594 32916
120 #define IDC_ENCODING_ISO885913 32917 120 #define IDC_ENCODING_ISO885913 32917
121 #define IDC_ENCODING_WINDOWS1257 32918 121 #define IDC_ENCODING_WINDOWS1257 32918
122 #define IDC_ENCODING_ISO88593 32919 122 #define IDC_ENCODING_ISO88593 32919
123 #define IDC_ENCODING_ISO885910 32920 123 #define IDC_ENCODING_ISO885910 32920
124 #define IDC_ENCODING_ISO885914 32921 124 #define IDC_ENCODING_ISO885914 32921
125 #define IDC_ENCODING_ISO885916 32922 125 #define IDC_ENCODING_ISO885916 32922
126 #define IDC_ENCODING_ISO88599 32923 126 #define IDC_ENCODING_WINDOWS1254 32923
127 #define IDC_ENCODING_WINDOWS1254 32924 127 #define IDC_ENCODING_ISO88596 32924
128 #define IDC_ENCODING_ISO88596 32925 128 #define IDC_ENCODING_WINDOWS1256 32925
129 #define IDC_ENCODING_WINDOWS1256 32926 129 #define IDC_ENCODING_ISO88598 32926
130 #define IDC_ENCODING_ISO88598 32927 130 #define IDC_ENCODING_WINDOWS1255 32927
131 #define IDC_ENCODING_WINDOWS1255 32928 131 #define IDC_ENCODING_WINDOWS1258 32928
132 #define IDC_ENCODING_WINDOWS1258 32929 132 // Free space 32929
133 // Spell-check suggestions. 133 // Spell-check suggestions.
134 // If more suggestions have to be inserted, insert them before the _LAST 134 // If more suggestions have to be inserted, insert them before the _LAST
135 // These have to be consecutive. 135 // These have to be consecutive.
136 #define IDC_USESPELLCHECKSUGGESTION_0 32930 136 #define IDC_USESPELLCHECKSUGGESTION_0 32930
137 #define IDC_USESPELLCHECKSUGGESTION_1 32931 137 #define IDC_USESPELLCHECKSUGGESTION_1 32931
138 #define IDC_USESPELLCHECKSUGGESTION_2 32932 138 #define IDC_USESPELLCHECKSUGGESTION_2 32932
139 #define IDC_USESPELLCHECKSUGGESTION_3 32933 139 #define IDC_USESPELLCHECKSUGGESTION_3 32933
140 #define IDC_USESPELLCHECKSUGGESTION_4 32934 140 #define IDC_USESPELLCHECKSUGGESTION_4 32934
141 // We leave some empty room here (35-39) in case we need to grow. 141 // We leave some empty room here (35-39) in case we need to grow.
142 #define IDC_USESPELLCHECKSUGGESTION_LAST IDC_USESPELLCHECKSUGGESTION_4 142 #define IDC_USESPELLCHECKSUGGESTION_LAST IDC_USESPELLCHECKSUGGESTION_4
(...skipping 12 matching lines...) Expand all
155 // 155 //
156 #ifdef APSTUDIO_INVOKED 156 #ifdef APSTUDIO_INVOKED
157 #ifndef APSTUDIO_READONLY_SYMBOLS 157 #ifndef APSTUDIO_READONLY_SYMBOLS
158 #define _APS_NO_MFC 1 158 #define _APS_NO_MFC 1
159 #define _APS_NEXT_RESOURCE_VALUE 3001 159 #define _APS_NEXT_RESOURCE_VALUE 3001
160 #define _APS_NEXT_COMMAND_VALUE 32947 160 #define _APS_NEXT_COMMAND_VALUE 32947
161 #define _APS_NEXT_CONTROL_VALUE 4017 161 #define _APS_NEXT_CONTROL_VALUE 4017
162 #define _APS_NEXT_SYMED_VALUE 1001 162 #define _APS_NEXT_SYMED_VALUE 1001
163 #endif 163 #endif
164 #endif 164 #endif
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698