summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-02-16 22:11:22 (UTC)
committer zautrix <zautrix>2005-02-16 22:11:22 (UTC)
commitf33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba (patch) (side-by-side diff)
tree1df7a4ee7f5292c04e515989ab0371a4f1bfa21b
parent451b4de59893b5c0801a7bbb2f8cbe8e0266b324 (diff)
downloadkdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.zip
kdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.tar.gz
kdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.tar.bz2
fixi
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/korganizer/germantranslation.txt4
-rw-r--r--korganizer/koviewmanager.cpp2
2 files changed, 3 insertions, 3 deletions
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 @@
{ "<p><b>Start on:</b> %1</p>","<p><b>Start am:</b> %1</p>" },
{ "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();