author | zautrix <zautrix> | 2004-08-06 22:09:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-06 22:09:46 (UTC) |
commit | 72e30db97aa4984aace0d40a1d55762e4745937d (patch) (unidiff) | |
tree | db5d5ea0748d2fa6ba63c317649567f07750f9aa /kmicromail | |
parent | acc0637eb0965d66b96d138d74514acf2cf24792 (diff) | |
download | kdepimpi-72e30db97aa4984aace0d40a1d55762e4745937d.zip kdepimpi-72e30db97aa4984aace0d40a1d55762e4745937d.tar.gz kdepimpi-72e30db97aa4984aace0d40a1d55762e4745937d.tar.bz2 |
More licence stuff
-rw-r--r-- | kmicromail/mainwindow.cpp | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/kmicromail/mainwindow.cpp b/kmicromail/mainwindow.cpp index 24196b4..e020297 100644 --- a/kmicromail/mainwindow.cpp +++ b/kmicromail/mainwindow.cpp | |||
@@ -175,9 +175,34 @@ void MainWindow::showLicence() | |||
175 | KApplication::showLicence(); | 175 | KApplication::showLicence(); |
176 | } | 176 | } |
177 | void MainWindow::showAbout() | 177 | void MainWindow::showAbout() |
178 | { | 178 | { |
179 | qDebug("MainWindow::showAbout() "); | 179 | QString version; |
180 | #include <../version> | ||
181 | |||
182 | QString cap = "About KOpieMail/Pi"; | ||
183 | QString text =i18n("KOpieMail/Platform-independent\n") + | ||
184 | "(OM/Pi) " + version + " - " | ||
185 | |||
186 | #ifdef DESKTOP_VERSION | ||
187 | "Desktop Edition\n" | ||
188 | #else | ||
189 | "PDA-Edition\nfor: Zaurus 5x00 / 7x0 / 8x0\n" | ||
190 | #endif | ||
191 | "www.pi-sync.net\n\n" | ||
192 | |||
193 | |||
194 | |||
195 | "Copyright (c) 2004 Lutz Rogowski <lutz@pi-sync.net>\n" | ||
196 | "KOpieMail/Pi is based on Opie Mail\n" | ||
197 | "Copyright (c) Rajko Albrecht and the Opie team\n" | ||
198 | "KOpieMail/Pi is licensed under the GPL\n" | ||
199 | "\n" | ||
200 | "KOpieMail/Pi uses LibEtPan - a mail stuff library\n" | ||
201 | "Copyright (C) 2001, 2002 - DINH Viet Hoa\n" | ||
202 | "libEtPan has its own licence - see LibEtPan licence\n"; | ||
203 | |||
204 | KApplication::showText( cap, text ); | ||
180 | } | 205 | } |
181 | void MainWindow::showEtpanLicence() | 206 | void MainWindow::showEtpanLicence() |
182 | { | 207 | { |
183 | KApplication::showFile( "LibEtPan licence", "kdepim/kmicromail/COPYRIGHTlibetpan" ); | 208 | KApplication::showFile( "LibEtPan licence", "kdepim/kmicromail/COPYRIGHTlibetpan" ); |