--- Frodo4/Src/main_Be.h 2003/07/09 13:54:22 1.4 +++ Frodo4/Src/main_Be.h 2004/01/13 17:08:58 1.6 @@ -1,7 +1,7 @@ /* * main_Be.h - Main program, BeOS specific stuff * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -357,9 +357,9 @@ public: MovePenTo(204, 40); DrawString("by Christian Bauer"); MovePenTo(204, 52); - DrawString(""); + DrawString(""); MovePenTo(204, 75); - DrawString(B_UTF8_COPYRIGHT " Copyright 1994-1997"); + DrawString(B_UTF8_COPYRIGHT " Copyright 1994-1997,2002-2004"); MovePenTo(204, 87); DrawString("Freely distributable."); }