author | zautrix <zautrix> | 2005-03-16 20:11:20 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-16 20:11:20 (UTC) |
commit | aae23f2f26ef87a4fe45ea54f1e7fe82e9fd0460 (patch) (side-by-side diff) | |
tree | c90a533233c8a9c4c8a0be69391bae2c8dd52c50 /korganizer | |
parent | 03eea81694e8956a16b71bb3e9647c20383adb71 (diff) | |
download | kdepimpi-aae23f2f26ef87a4fe45ea54f1e7fe82e9fd0460.zip kdepimpi-aae23f2f26ef87a4fe45ea54f1e7fe82e9fd0460.tar.gz kdepimpi-aae23f2f26ef87a4fe45ea54f1e7fe82e9fd0460.tar.bz2 |
fix
-rw-r--r-- | korganizer/kolocationbox.cpp | 2 | ||||
-rw-r--r-- | korganizer/kolocationbox.h | 2 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/kolocationbox.cpp b/korganizer/kolocationbox.cpp index f8fee2e..35a8123 100644 --- a/korganizer/kolocationbox.cpp +++ b/korganizer/kolocationbox.cpp @@ -2,9 +2,9 @@ Copyright (c) 2004 Dirk Loesche <dirk.loesche@bigfoot.de> This file is part of KOrganizer/PI KOrganizer Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> - KOrganizer/PI Copyright (c) 2004 Lutz Rogowski <lutz@pi-sync.net> + KOrganizer/PI Copyright (c) 2004 Lutz Rogowski <lutz@pi-sync.info> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff --git a/korganizer/kolocationbox.h b/korganizer/kolocationbox.h index be8ea86..b604d33 100644 --- a/korganizer/kolocationbox.h +++ b/korganizer/kolocationbox.h @@ -2,9 +2,9 @@ File Copyright (c) 2004 Dirk Loesche <dirk.loesche@bigfoot.de> This file is part of KOrganizer/PI KOrganizer Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> - KOrganizer/PI Copyright (c) 2004 Lutz Rogowski <lutz@pi-sync.net> + KOrganizer/PI Copyright (c) 2004 Lutz Rogowski <lutz@pi-sync.info> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 4f71788..bd9efc8 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1274,9 +1274,9 @@ void MainWindow::about() i18n("Desktop Edition\n") + #else i18n("PDA-Edition\nfor: Zaurus 5x00/7x0/860/3000/6000\n") + #endif - i18n("(c)2004 Lutz Rogowski (rogowski@kde.org)\nKO/Pi is based on KOrganizer\n(c)2002,2003 Cornelius Schumacher\n(schumacher@kde.org) and the KDE team.\nKOrganizer/Pi is licensed under the GPL.\nKO/Pi can be compiled for\nLinux, Zaurus-PDA and Windows\nwww.pi-sync.net --- www.korganizer.org\nSpecial thanks to Michael and Ben\nfor intensive testing!") ); + i18n("(c)2004 Lutz Rogowski (rogowski@kde.org)\nKO/Pi is based on KOrganizer\n(c)2002,2003 Cornelius Schumacher\n(schumacher@kde.org) and the KDE team.\nKOrganizer/Pi is licensed under the GPL.\nKO/Pi can be compiled for\nLinux, Zaurus-PDA and Windows\nwww.pi-sync.info --- www.korganizer.org\nSpecial thanks to Michael and Ben\nfor intensive testing!") ); } void MainWindow::keyBindings() { QString cap = i18n("KO/Pi Keys + Colors"); @@ -1346,9 +1346,9 @@ void MainWindow::aboutKnownBugs() QMessageBox* msg; msg = new QMessageBox( i18n("Known Problems in KOrganizer/Pi"), i18n("1) Importing *.vcs or *.ics files from\nother applications may not work properly,\nif there are events with properties\nKO/Pi does not support.\n")+ i18n("2) Audio alarm daemon\nfor Zaurus is available!\nas an additional small application\n")+ - i18n("\nPlease report unexpected behaviour to\nlutz@pi-sync.net\n") + + i18n("\nPlease report unexpected behaviour to\nlutz@pi-sync.info\n") + i18n("\nor report them in the bugtracker on\n") + i18n("\nhttp://sourceforge.net/projects/kdepimpi\n"), QMessageBox::NoIcon, QMessageBox::Ok, |