aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tags.glade
diff options
context:
space:
mode:
authorMengjie Yu <meng-jie.yu@sun.com>2004-12-08 10:04:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-08 10:04:21 +0800
commitf434741bf8f0f606119961b55ee35509a928b3ed (patch)
tree5354a3bc50d6fd42de30a258ac0eb250c1e32c9b /mail/message-tags.glade
parent9e72aaecbb64949ef6e9bacdf7e06f57ea38726e (diff)
downloadgsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar.gz
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar.bz2
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar.lz
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar.xz
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.tar.zst
gsoc2013-evolution-f434741bf8f0f606119961b55ee35509a928b3ed.zip
add mnemonic for buttons, labels, etc. add mnemonic for buttons, labels,
2004-12-07 Mengjie Yu <meng-jie.yu@sun.com> * mail-config.glade: add mnemonic for buttons, labels, etc. * mail-dialogs.glade:add mnemonic for buttons, labels, etc. * message-tags.glade:add mnemonic for buttons, labels, etc. svn path=/trunk/; revision=28085
Diffstat (limited to 'mail/message-tags.glade')
-rw-r--r--mail/message-tags.glade13
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/message-tags.glade b/mail/message-tags.glade
index 7f6839c0cd..3dbfc73bdb 100644
--- a/mail/message-tags.glade
+++ b/mail/message-tags.glade
@@ -11,6 +11,11 @@
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
+ <property name="decorated">True</property>
+ <property name="skip_taskbar_hint">False</property>
+ <property name="skip_pager_hint">False</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@@ -32,6 +37,7 @@
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="response_id">0</property>
</widget>
</child>
@@ -44,6 +50,7 @@
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="response_id">0</property>
</widget>
</child>
@@ -74,9 +81,9 @@
<property name="visible">True</property>
<property name="creation_function">e_create_image_widget</property>
<property name="string1">stock_mail-flag-for-followup</property>
- <property name="string2"></property>
<property name="int1">0</property>
<property name="int2">0</property>
+ <property name="last_modification_time">Wed, 08 Dec 2004 02:37:31 GMT</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -205,6 +212,7 @@ Please select a follow up action from the &quot;Flag&quot; menu.</property>
<property name="label">gtk-clear</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">2</property>
@@ -298,9 +306,10 @@ Please select a follow up action from the &quot;Flag&quot; menu.</property>
<widget class="GtkCheckButton" id="completed">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">C_ompleted</property>
+ <property name="label" translatable="yes">Co_mpleted</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>