Added label "Show filters for mail:".

2004-12-02  Diego Sevilla Ruiz  <dsevilla@dsevilla>

	* filter.glade: Added label "Show filters for mail:".

	* filter-rule.c: Capitalize Ingoing and Outgoing labels.
	Fixes #46229.

svn path=/trunk/; revision=28078
This commit is contained in:
Diego Sevilla Ruiz
2004-12-06 23:47:03 +00:00
committed by Diego Sevilla Ruiz
parent a3bd0e5cbd
commit fb21b98a15
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2004-12-02 Diego Sevilla Ruiz <dsevilla@dsevilla>
* filter.glade: Added label "Show filters for mail:".
* filter-rule.c: Capitalize Ingoing and Outgoing labels.
Fixes #46229.
2004-11-29 Mengjie Yu <meng-jie.yu@sun.com>
* filter-rule.c: (get_widget):add mnemonic widget in search box.

View File

@ -972,6 +972,6 @@ filter_rule_find_list (GList * l, const char *name, const char *source)
#ifdef FOR_TRANSLATIONS_ONLY
static char *list[] = {
N_("incoming"), N_("outgoing")
N_("Incoming"), N_("Outgoing")
};
#endif

View File

@ -20,6 +20,27 @@
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="label" translatable="yes">Show filters for mail:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkOptionMenu" id="filter_source">
<property name="can_focus">True</property>