diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp index 6feecc88..817df4a6 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp +++ b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.cpp @@ -34,7 +34,7 @@ void SetStatusTask::status( tqStatus newtqStatus, const TQString &awayMessage, c { if ( newtqStatus > GroupWise::Invalid ) { - setError( 1, "Invalid tqStatus" ); + setError( 1, "Invalid Status" ); return; } |