aboutsummaryrefslogtreecommitdiffstats
path: root/data/glade
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-05-28 23:38:55 +0800
committerChristian Persch <chpe@src.gnome.org>2003-05-28 23:38:55 +0800
commit6d3a2386b12ff5505fa9a78a7130240c94df3986 (patch)
treec1595cd424c60313f8e1af523df53b8a625b56a5 /data/glade
parent20feb46533bc952744580cc2825265b6ba0d98ef (diff)
downloadgsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar.gz
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar.bz2
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar.lz
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar.xz
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.tar.zst
gsoc2013-epiphany-6d3a2386b12ff5505fa9a78a7130240c94df3986.zip
The "s/charset/encoding/" mega patch :)
2003-05-28 Christian Persch <chpe@cvs.gnome.org> The "s/charset/encoding/" mega patch :) * *, */*, */*/*: s/charset/encoding/ * embed/mozilla/mozilla-embed-single.c: (impl_get_charsets), (impl_get_language_groups), (control_charsets_list), (mozilla_embed_single_init), (fill_charset_lists): * embed/ephy-embed-single.h: * embed/ephy-embed-single.c: Sort the returned list of charsets resp. language groups according to the localised strings in the current locale. Allow for underscore eliding to be able to use the list in both menus (underscore -> accel) and in the prefs option menu (no accels). * lib/ephy-string.h: * lib/ephy-string.c: (ephy_str_elide_underscores): New helper function for eliding underscores. * lib/ephy-langs.h: * lib/ephy-langs.c: A few more common lang/encoding related defines and struct, as well as helper functions to free them in one go. * embed/ephy-embed-utils.h: * embed/ephy-embed-utils.c: (ephy_embed_utils_build_charsets_submenu): * src/ephy-encoding-menu.c: (ephy_encoding_menu_verb_cb), (build_group), (build_charset), (ephy_encoding_menu_rebuild): * src/ephy-nautilus-view.c: (gnv_cmd_set_charset): * src/prefs-dialog.c: (prefs_dialog_init), (default_charset_menu_changed_cb), (find_charset_in_list_cmp), (create_default_charset_menu), (prefs_dialog_finalize): Show the list of charsets and language groups sorted in the current locale. * data/epiphany.schemas.in: Document the possible charset values.
Diffstat (limited to 'data/glade')
-rw-r--r--data/glade/prefs-dialog.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade
index 3d9b7abd9..c4bd6a2e9 100644
--- a/data/glade/prefs-dialog.glade
+++ b/data/glade/prefs-dialog.glade
@@ -2039,7 +2039,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">autocharset_optionmenu</property>
+ <property name="mnemonic_widget">auto_encoding_optionmenu</property>
</widget>
<packing>
<property name="left_attach">0</property>
@@ -2064,7 +2064,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">default_charset_optionmenu</property>
+ <property name="mnemonic_widget">default_encoding_optionmenu</property>
</widget>
<packing>
<property name="left_attach">0</property>
@@ -2118,7 +2118,7 @@
</child>
<child>
- <widget class="GtkOptionMenu" id="default_charset_optionmenu">
+ <widget class="GtkOptionMenu" id="default_encoding_optionmenu">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="history">-1</property>
@@ -2134,7 +2134,7 @@
</child>
<child>
- <widget class="GtkOptionMenu" id="autocharset_optionmenu">
+ <widget class="GtkOptionMenu" id="auto_encoding_optionmenu">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="history">0</property>