author | zautrix <zautrix> | 2005-02-16 22:11:22 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-16 22:11:22 (UTC) |
commit | f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba (patch) (unidiff) | |
tree | 1df7a4ee7f5292c04e515989ab0371a4f1bfa21b | |
parent | 451b4de59893b5c0801a7bbb2f8cbe8e0266b324 (diff) | |
download | kdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.zip kdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.tar.gz kdepimpi-f33a37a0f7c9b37cfea1346ed373ce1c27c1d6ba.tar.bz2 |
fixi
-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 4 | ||||
-rw-r--r-- | korganizer/koviewmanager.cpp | 2 |
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 | |||
@@ -1274,6 +1274,6 @@ | |||
1274 | { "List week view","Listenwochenansicht" }, | 1274 | { "List week view","Listenwochenansicht" }, |
1275 | { "List week","Listenwochenansicht" }, | 1275 | { "List week","Listenwochenansicht" }, |
1276 | { "","" }, | 1276 | { "Next Week","Nächste Woche" }, |
1277 | { "","" }, | 1277 | { "Previous Week","Vorherige Woche" }, |
1278 | { "","" }, | 1278 | { "","" }, |
1279 | { "","" }, | 1279 | { "","" }, |
diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index e22f096..ac67b58 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp | |||
@@ -90,5 +90,5 @@ void KOViewManager::readSettings(KConfig *config) | |||
90 | if (view == "WhatsNext") showWhatsNextView(); | 90 | if (view == "WhatsNext") showWhatsNextView(); |
91 | else if (view == "Month") { | 91 | else if (view == "Month") { |
92 | if ( KOPrefs::instance()->mMonthViewWeek ) | 92 | if ( !KOPrefs::instance()->mMonthViewWeek ) |
93 | showMonthView(); | 93 | showMonthView(); |
94 | else | 94 | else |