From f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 16 Feb 2005 22:11:22 +0000 Subject: fixi --- diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index 5f1bee4..05044ab 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt @@ -1273,8 +1273,8 @@ { "

Start on: %1

","

Start am: %1

" }, { "List week view","Listenwochenansicht" }, { "List week","Listenwochenansicht" }, -{ "","" }, -{ "","" }, +{ "Next Week","Nächste Woche" }, +{ "Previous Week","Vorherige Woche" }, { "","" }, { "","" }, { "","" }, diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index e22f096..ac67b58 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -89,7 +89,7 @@ void KOViewManager::readSettings(KConfig *config) QString view = config->readEntry("Current View"); if (view == "WhatsNext") showWhatsNextView(); else if (view == "Month") { - if ( KOPrefs::instance()->mMonthViewWeek ) + if ( !KOPrefs::instance()->mMonthViewWeek ) showMonthView(); else showMonthViewWeek(); -- cgit v0.9.0.2