2 |
|
* Display_Amiga.h - C64 graphics display, emulator window handling, |
3 |
|
* Amiga specific stuff |
4 |
|
* |
5 |
< |
* Frodo (C) 1994-1997,2002 Christian Bauer |
5 |
> |
* Frodo (C) 1994-1997,2002-2004 Christian Bauer |
6 |
|
* |
7 |
|
* This program is free software; you can redistribute it and/or modify |
8 |
|
* it under the terms of the GNU General Public License as published by |
501 |
|
case 0: { // About Frodo |
502 |
|
TheC64->Pause(); |
503 |
|
char str[256]; |
504 |
< |
sprintf(str, "%s by Christian Bauer\n<cbauer@iphcip1.physik.uni-mainz.de>\nŠ Copyright 1994-1997\nFreely distributable", VERSION_STRING); |
504 |
> |
sprintf(str, "%s by Christian Bauer\n<Christian.Bauer@uni-mainz.de>\nŠ Copyright 1994-1997,2002-2004", VERSION_STRING); |
505 |
|
ShowRequester(str, "OK"); |
506 |
|
TheC64->Resume(); |
507 |
|
break; |