aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-11 11:52:43 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-11 11:52:43 +0800
commit27864e63d3be55362d314151b78cca906b75f4ba (patch)
tree425d5ca9ac1d4d20cb429dd88e078b3966fc15a3 /addressbook/gui
parent773c53414b73f46830c878cac45fe011fef16819 (diff)
downloadgsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar.gz
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar.bz2
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar.lz
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar.xz
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.tar.zst
gsoc2013-evolution-27864e63d3be55362d314151b78cca906b75f4ba.zip
Changed a couple of input field names.
2000-08-10 Christopher James Lahey <clahey@helixcode.com> * gui/search/addresstypes.xml: Changed a couple of input field names. svn path=/trunk/; revision=4726
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/search/addresstypes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/search/addresstypes.xml b/addressbook/gui/search/addresstypes.xml
index 57fc10d330..d855561cce 100644
--- a/addressbook/gui/search/addresstypes.xml
+++ b/addressbook/gui/search/addresstypes.xml
@@ -3,7 +3,7 @@
<partset>
<part name="name">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="name-type">
<option value="contains">
<title>contains</title>
<code>(contains "fullname" ${name}))</code>
@@ -17,7 +17,7 @@
</part>
<part name="email">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="email-type">
<option value="contains">
<title>contains</title>
<code>(contains "email" ${email}))</code>