From 00e9f7731c19604a8e79df9e935ec833fc1937f8 Mon Sep 17 00:00:00 2001 From: eilers Date: Tue, 18 Feb 2003 11:55:59 +0000 Subject: Fixing categoryNames in opimrecord which was just checking for Todo List Now we get the categories in addressbook, too ! --- (limited to 'libopie2/opiepim/otodo.cpp') diff --git a/libopie2/opiepim/otodo.cpp b/libopie2/opiepim/otodo.cpp index cde2b3d..b4d4aa9 100644 --- a/libopie2/opiepim/otodo.cpp +++ b/libopie2/opiepim/otodo.cpp @@ -255,7 +255,7 @@ QString OTodo::toRichText() const } text += "" + QObject::tr( "Category:") + " "; - text += categoryNames().join(", "); + text += categoryNames( "Todo List" ).join(", "); text += "
"; return text; -- cgit v0.9.0.2