diff options
Diffstat (limited to 'tderesources/kolab/kcal/resourcekolab.cpp')
-rw-r--r-- | tderesources/kolab/kcal/resourcekolab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/kolab/kcal/resourcekolab.cpp b/tderesources/kolab/kcal/resourcekolab.cpp index 5371ac119..869ddca8e 100644 --- a/tderesources/kolab/kcal/resourcekolab.cpp +++ b/tderesources/kolab/kcal/resourcekolab.cpp @@ -165,7 +165,7 @@ bool ResourceKolab::loadSubResource( const TQString& subResource, if ( !count ) return true; - const int nbMessages = 200; // read 200 mails at a time (see kabc resource) + const int nbMessages = 200; // read 200 mails at a time (see tdeabc resource) const TQString labelTxt = !strcmp(mimetype, "application/x-vnd.kolab.task") ? i18n( "Loading tasks..." ) : !strcmp(mimetype, "application/x-vnd.kolab.journal") ? i18n( "Loading journals..." ) |