From 058ee0dc3017170e42f340ddc2d279b440b7dc21 Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Thu, 26 Aug 2004 21:13:41 +0000 Subject: [PATCH] Also use 'IMAP Account' as default name for disc. IMAP. svn path=/trunk/kdepim/; revision=341557 --- kmacctmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmacctmgr.cpp b/kmacctmgr.cpp index fceda54ec..0e6c40529 100644 --- a/kmacctmgr.cpp +++ b/kmacctmgr.cpp @@ -253,7 +253,7 @@ KMAccount* KMAcctMgr::create(const QString &aType, const QString &aName, uint id act = new KMAcctImap(this, aName.isEmpty() ? i18n("IMAP Account") : aName, id); else if (aType == "cachedimap") - act = new KMAcctCachedImap(this, aName.isEmpty() ? i18n("Disconnected IMAP") : aName, id); + act = new KMAcctCachedImap(this, aName.isEmpty() ? i18n("IMAP Account") : aName, id); if (act) {