summaryrefslogtreecommitdiffstats
path: root/libkcal/attendee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/attendee.cpp')
-rw-r--r--libkcal/attendee.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libkcal/attendee.cpp b/libkcal/attendee.cpp
index 3cb2afed..9aa3d46f 100644
--- a/libkcal/attendee.cpp
+++ b/libkcal/attendee.cpp
@@ -93,6 +93,9 @@ TQString Attendee::statusName( Attendee::PartStat s )
case InProcess:
return i18n("In Process");
break;
+ case None:
+ return i18n("attendee status unknown", "Unknown");
+ break;
}
}