Updated the About dialog to include more current names. Sorry if I missed

anyone or put in an incorrect email address.  I tried my best <grin>.

svn path=/trunk/kdenetwork/kmail/; revision=49861
wilder-work
George Staikos 26 years ago
parent fcaa7556fc
commit 9e8168c5a2
  1. 5
      ChangeLog
  2. 19
      main.cpp

@ -1,3 +1,8 @@
2000-05-17 George Staikos <staikos@kde.org>
* Updated the authors list
* Added Stefan's external filter code and modified it somewhat
* bugfixes on size parameter again.
2000-05-14 George Staikos <staikos@0wned.org>
* Forward now forwards ALL headers if ALL headers are set

@ -26,7 +26,8 @@
#include "kmversion.h"
const char* aboutText =
// OLD about text. This is horrbly outdated.
/*const char* aboutText =
"KMail [" KMAIL_VERSION "] by\n\n"
"Stefan Taferner <taferner@kde.org>,\n"
"Markus Wübben <markus.wuebben@kde.org>\n\n"
@ -36,6 +37,22 @@ const char* aboutText =
"and the above authors.\n\n"
"This program is covered by the GPL.\n\n"
"Please send bugreports to taferner@kde.org";
*/
const char *aboutText =
"KMail [" KMAIL_VERSION "] by\n\n"
"Stefan Taferner <taferner@kde.org>,\n"
"Don Sanders <don@sanders.org>,\n"
"Andreas Gungl <Andreas.Gungle@osp-dd.de>,\n"
"George Staikos <staikos@kde.org>,\n"
"Espen Sand <espensa@online.no>,\n"
"Daniel Naber <dnaber@mini.gt.owl.de>,\n"
"Mario Weilguni <mweilguni@sime.com>\n\n"
"based on the work of:\n"
"Lynx <lynx@topaz.hknet.com>,\n"
"Stephan Meyer <Stephan.Meyer@pobox.com>\n"
"and the above authors.\n\n"
"This program is covered by the GPL.\n\n"
"Please send bugreports to kmail@kde.org";
static const char *description = I18N_NOOP("A KDE E-Mail client.");

Loading…
Cancel
Save