diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-05-29 19:25:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-05-29 19:25:06 +0800 |
commit | 3893baeacbcdc24efbd7aca4e67508ddba2a4a5c (patch) | |
tree | efc3140c192529e7c1a77ccf26f43cbc037f136a /data/epiphany.schemas.in | |
parent | 4dc9c881958398daff5d76dd9749b443f75b3ab5 (diff) | |
download | gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar.gz gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar.bz2 gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar.lz gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar.xz gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.tar.zst gsoc2013-epiphany-3893baeacbcdc24efbd7aca4e67508ddba2a4a5c.zip |
Sort the lists of encoding autodetectors and of fonts languages.
2003-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-langs.h:
* data/glade/prefs-dialog.glade:
* src/prefs-dialog.c: (autodetector_info_free), (prefs_dialog_finalize),
(get_current_language_code), (setup_font_menu), (setup_size_control),
(fonts_language_info_cmp), (create_fonts_language_menu),
(autodetect_encoding_menu_changed_cb), (autodetector_info_cmp),
(find_autodetector_info), (create_encoding_autodetectors_menu),
(prefs_dialog_init):
Sort the lists of encoding autodetectors and of fonts languages.
* data/epiphany.schemas.in:
Document the possible values for the encoding autodetectors.
* embed/mozilla/mozilla-notifiers.cpp: (mozilla_notifiers_init),
(mozilla_default_encoding_notifier),
(mozilla_autodetect_encoding_notifier):
Adapted for the changes in the prefs dialog.
The default encoding notifier now propagates the setting to mozilla :)
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index a50684d32..efceb1dc5 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -417,9 +417,20 @@ <key>/schemas/apps/epiphany/rendering/autodetect_encoding</key> <applyto>/apps/epiphany/rendering/autodetect_encoding</applyto> <owner>epiphany</owner> - <type>int</type> - <default>0</default> + <type>string</type> + <default></default> <locale name="C"> + <short>The charset autodetector. Empty string means autodetect is off</short> + <long> + The charset autodetector. Valid entries are <empty string> (autodetectors + off), cjk_parallel_state_machine (autodetect east asian encodings), + ja_parallel_state_machine (autodetect japanese encodings), + ko_parallel_state_machine (autodetect korean encodings), ruprob + (autodetect russian encodings), ukprob (autodetect ukrainian encodings), + zh_parallel_state_machine (autodetect chinese encodings), + zhcn_parallel_state_machine (autodetect simplified chinese encodings) and + zhtw_parallel_state_machine (autodetect traditional chinese encodings). + </long> </locale> </schema> <schema> |