From b8da6435b8e5941eb1824873e68d8a6a728fae5e Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 22 Oct 2004 22:10:16 +0000 Subject: fixed an ugly timezone bug --- (limited to 'kmicromail/koprefs.cpp') diff --git a/kmicromail/koprefs.cpp b/kmicromail/koprefs.cpp index c0200ff..8143b6f 100644 --- a/kmicromail/koprefs.cpp +++ b/kmicromail/koprefs.cpp @@ -67,7 +67,7 @@ KOPrefs::KOPrefs() : addItemFont("Application Font",&mAppFont); addItemFont("Compose Font",&mComposeFont); addItemFont("Read Font",&mReadFont); - + fillMailDefaults(); } @@ -97,16 +97,10 @@ void KOPrefs::usrSetDefaults() void KOPrefs::fillMailDefaults() { - if (mName.isEmpty()) mName = i18n("Anonymous"); - if (mEmail.isEmpty()) mEmail = i18n("nobody@nowhere"); + if (mName.isEmpty()) mName = i18n ("Please set at"); + if (mEmail.isEmpty()) mEmail = i18n ("Settings@General TAB"); } -void KOPrefs::setTimeZoneIdDefault() -{ - mTimeZoneId = i18n("+01:00 Europe/Oslo(CET)"); -} - - void KOPrefs::usrReadConfig() { -- cgit v0.9.0.2