mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
2001 -> 2002
This commit is contained in:
parent
fe9643c0e9
commit
e3cfaffb1c
@ -1,4 +1,4 @@
|
||||
/*
|
||||
\/*
|
||||
* about_window.cpp - "About" window
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
@ -34,7 +34,7 @@ void ShowAboutWindow(void)
|
||||
char str[512];
|
||||
sprintf(str,
|
||||
"Basilisk II\nVersion %d.%d\n\n"
|
||||
"Copyright " B_UTF8_COPYRIGHT " 1997-2001 Christian Bauer et al.\n"
|
||||
"Copyright " B_UTF8_COPYRIGHT " 1997-2002 Christian Bauer et al.\n"
|
||||
"E-mail: Christian.Bauer@uni-mainz.de\n"
|
||||
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
|
||||
"Basilisk II comes with ABSOLUTELY NO\n"
|
||||
|
@ -230,7 +230,7 @@ static void mn_about(...)
|
||||
char str[512];
|
||||
sprintf(str,
|
||||
"Basilisk II\nVersion %d.%d\n\n"
|
||||
"Copyright (C) 1997-2001 Christian Bauer et al.\n"
|
||||
"Copyright (C) 1997-2002 Christian Bauer et al.\n"
|
||||
"E-mail: Christian.Bauer@uni-mainz.de\n"
|
||||
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
|
||||
"Basilisk II comes with ABSOLUTELY NO\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user