diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-07 00:26:00 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-07 00:26:00 +0000 |
commit | e13271f9b684962c8e063c6a725b75f61aae40c0 (patch) | |
tree | 315178cd3e727b70217d080c631c75138e59797c /chrome/app | |
parent | 88e7d5688f95703ac9a6ddac4752098c407223e5 (diff) | |
download | chromium_src-e13271f9b684962c8e063c6a725b75f61aae40c0.zip chromium_src-e13271f9b684962c8e063c6a725b75f61aae40c0.tar.gz chromium_src-e13271f9b684962c8e063c6a725b75f61aae40c0.tar.bz2 |
Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I)
available in the encoding menu. Make windows-1255 come before
ISO-8859-8* both in the full encoding list and in Hebew Chrome's
static list.
BUG=2927
Review URL: http://codereview.chromium.org/39248
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 1 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_he.xtb | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 7b70101..ec823a5 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -122,6 +122,7 @@ #define IDC_ENCODING_ISO88598 35040 #define IDC_ENCODING_WINDOWS1255 35041 #define IDC_ENCODING_WINDOWS1258 35042 +#define IDC_ENCODING_ISO88598I 35043 // Clipboard commands #define IDC_CUT 36000 diff --git a/chrome/app/resources/locale_settings_he.xtb b/chrome/app/resources/locale_settings_he.xtb index f14f418..68c3f76 100644 --- a/chrome/app/resources/locale_settings_he.xtb +++ b/chrome/app/resources/locale_settings_he.xtb @@ -25,7 +25,7 @@ <translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> <translation id="IDS_IMPORT_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_IMPORT_DIALOG_HEIGHT_LINES">14</translation> -<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">70</translation> <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">4</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">97</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> @@ -50,7 +50,7 @@ <translation id="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES">8</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS">93</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES">12</translation> -<translation id="IDS_STATIC_ENCODING_LIST">ISO-8859-8,windows-1255,ISO-8859-1</translation> +<translation id="IDS_STATIC_ENCODING_LIST">windows-1255,ISO-8859-8-I,ISO-8859-8,ISO-8859-1</translation> <translation id="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS">150</translation> <translation id="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES">40</translation> <translation id="IDS_DOWNLOAD_BIG_PROGRESS_SIZE">52</translation> |