summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/ocontactfields.cpp
authortille <tille>2002-12-08 18:20:10 (UTC)
committer tille <tille>2002-12-08 18:20:10 (UTC)
commit741a70d585c5680ccdb2786df4a73e7bde1d7c5d (patch) (unidiff)
tree44af34e66e2b7f895e0f61d74fe2e3bcd793af96 /core/pim/addressbook/ocontactfields.cpp
parentc4ffb0ec4797088fbd0a0f5cacee23d68e3e9922 (diff)
downloadopie-741a70d585c5680ccdb2786df4a73e7bde1d7c5d.zip
opie-741a70d585c5680ccdb2786df4a73e7bde1d7c5d.tar.gz
opie-741a70d585c5680ccdb2786df4a73e7bde1d7c5d.tar.bz2
added combo for default email
not perfect but it should do its job (better than i expected in first place ;)
Diffstat (limited to 'core/pim/addressbook/ocontactfields.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/ocontactfields.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/addressbook/ocontactfields.cpp b/core/pim/addressbook/ocontactfields.cpp
index df57efa..7823a9c 100644
--- a/core/pim/addressbook/ocontactfields.cpp
+++ b/core/pim/addressbook/ocontactfields.cpp
@@ -42,7 +42,7 @@ QStringList OContactFields::trphonefields( bool sorted )
42 list.append( QObject::tr( "Business Fax" ) ); 42 list.append( QObject::tr( "Business Fax" ) );
43 list.append( QObject::tr( "Business Mobile" ) ); 43 list.append( QObject::tr( "Business Mobile" ) );
44 44
45 // list.append( QObject::tr( "Default Email" ) ); 45 list.append( QObject::tr( "Default Email" ) );
46 list.append( QObject::tr( "Emails" ) ); 46 list.append( QObject::tr( "Emails" ) );
47 47
48 list.append( QObject::tr( "Home Phone" ) ); 48 list.append( QObject::tr( "Home Phone" ) );
@@ -138,7 +138,7 @@ QStringList OContactFields::untrphonefields( bool sorted )
138 list.append( "Business Fax" ); 138 list.append( "Business Fax" );
139 list.append( "Business Mobile" ); 139 list.append( "Business Mobile" );
140 140
141 // list.append( "Default Email" ); 141 list.append( "Default Email" );
142 list.append( "Emails" ); 142 list.append( "Emails" );
143 143
144 list.append( "Home Phone" ); 144 list.append( "Home Phone" );