forked from e16/e16
1
0
Fork 0

Modification of the About window. New logo and added Kim's name to the list of the accused.

SVN revision: 10252
This commit is contained in:
Ben Rockwood 2004-05-16 08:31:47 +00:00
parent 255090d8e7
commit 214667c97e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -2905,7 +2905,8 @@ doAbout(EWin * edummy, const void *params)
"This code last updated on:\n" E_CHECKOUT_DATE "\n"
"\n" "Good luck. We hope you enjoy the software.\n"
"\n" "The Rasterman - raster@rasterman.com\n"
"Mandrake - mandrake@mandrake.net\n"));
"Mandrake - mandrake@mandrake.net\n"
"Kim Woelders - kim@woelders.dk\n"));
DialogAddButton(d, _("OK"), NULL, 1);
ShowDialog(d);