diff options
author | Radek Doulik <rodo@ximian.com> | 2002-05-09 04:29:59 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-05-09 04:29:59 +0800 |
commit | 06bd4d2a16b4b39f485363f10dd272d529e3f16a (patch) | |
tree | 5e9c52a2d923c2d56d5d640452dc8ec2360c55bd /mail/mail-config.glade | |
parent | d2dcf693478ffa592718d36e7c45bc3872691c90 (diff) | |
download | gsoc2013-evolution-06bd4d2a16b4b39f485363f10dd272d529e3f16a.tar.gz gsoc2013-evolution-06bd4d2a16b4b39f485363f10dd272d529e3f16a.tar.zst gsoc2013-evolution-06bd4d2a16b4b39f485363f10dd272d529e3f16a.zip |
implemented (c'n'p-ed and updated) spell checking settings
2002-05-08 Radek Doulik <rodo@ximian.com>
* mail-composer-prefs.c: implemented (c'n'p-ed and updated) spell
checking settings
svn path=/trunk/; revision=16728
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 4f09687bb7..3c6884c5cf 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -4231,6 +4231,11 @@ Baltic (ISO-8859-4) <class>GnomeColorPicker</class> <name>colorpickerSpellCheckColor</name> <can_focus>True</can_focus> + <signal> + <name>color_set</name> + <handler>spellColorSet</handler> + <last_modification_time>Wed, 08 May 2002 17:06:36 GMT</last_modification_time> + </signal> <dither>True</dither> <use_alpha>False</use_alpha> <title>Pick a color</title> @@ -4284,12 +4289,21 @@ Baltic (ISO-8859-4) <widget> <class>GtkCList</class> - <name>clist1</name> - <height>80</height> + <name>clistSpellCheckLanguage</name> <can_focus>True</can_focus> + <signal> + <name>select_row</name> + <handler>spellLanguageChanged</handler> + <last_modification_time>Wed, 08 May 2002 17:08:46 GMT</last_modification_time> + </signal> + <signal> + <name>unselect_row</name> + <handler>spellLanguageChanged</handler> + <last_modification_time>Wed, 08 May 2002 17:08:54 GMT</last_modification_time> + </signal> <columns>1</columns> <column_widths>80</column_widths> - <selection_mode>GTK_SELECTION_SINGLE</selection_mode> + <selection_mode>GTK_SELECTION_MULTIPLE</selection_mode> <show_titles>False</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> |