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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_resource.h
===================================================================
--- chrome/app/chrome_dll_resource.h (revision 5923)
+++ chrome/app/chrome_dll_resource.h (working copy)
@@ -123,13 +123,13 @@
#define IDC_ENCODING_ISO885910 32920
#define IDC_ENCODING_ISO885914 32921
#define IDC_ENCODING_ISO885916 32922
-#define IDC_ENCODING_ISO88599 32923
-#define IDC_ENCODING_WINDOWS1254 32924
-#define IDC_ENCODING_ISO88596 32925
-#define IDC_ENCODING_WINDOWS1256 32926
-#define IDC_ENCODING_ISO88598 32927
-#define IDC_ENCODING_WINDOWS1255 32928
-#define IDC_ENCODING_WINDOWS1258 32929
+#define IDC_ENCODING_WINDOWS1254 32923
+#define IDC_ENCODING_ISO88596 32924
+#define IDC_ENCODING_WINDOWS1256 32925
+#define IDC_ENCODING_ISO88598 32926
+#define IDC_ENCODING_WINDOWS1255 32927
+#define IDC_ENCODING_WINDOWS1258 32928
+// Free space 32929
// Spell-check suggestions.
// If more suggestions have to be inserted, insert them before the _LAST
// These have to be consecutive.
« 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