author | eilers <eilers> | 2002-12-27 12:24:32 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-12-27 12:24:32 (UTC) |
commit | eea5575187d95968ad76b49e4334e1165952163c (patch) (unidiff) | |
tree | eee185b3e936f12d07d8d31656f9f61b994172c5 /libopie | |
parent | 497a1cbad9b685ba7e08720d4337589dc6b9fbd2 (diff) | |
download | opie-eea5575187d95968ad76b49e4334e1165952163c.zip opie-eea5575187d95968ad76b49e4334e1165952163c.tar.gz opie-eea5575187d95968ad76b49e4334e1165952163c.tar.bz2 |
Childrens are now shown in detail view..
-rw-r--r-- | libopie/pim/ocontact.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie/pim/ocontact.cpp b/libopie/pim/ocontact.cpp index 38cba72..c9084ad 100644 --- a/libopie/pim/ocontact.cpp +++ b/libopie/pim/ocontact.cpp | |||
@@ -587,2 +587,7 @@ QString OContact::toRichText() const | |||
587 | } | 587 | } |
588 | str = children(); | ||
589 | if ( !str.isEmpty() ) | ||
590 | text += "<b>" + QObject::tr("Children: ") + "</b>" | ||
591 | + Qtopia::escapeString(str) + "<br>"; | ||
592 | |||
588 | str = nickname(); | 593 | str = nickname(); |