Also use 'IMAP Account' as default name for disc. IMAP.

svn path=/trunk/kdepim/; revision=341557
wilder-work
Ingo Klcker 22 years ago
parent e4ba535e4d
commit 058ee0dc30
  1. 2
      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)
{

Loading…
Cancel
Save