diff options
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r-- | Dalos/Dalos.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc index f9d2805..b7c201a 100644 --- a/Dalos/Dalos.cc +++ b/Dalos/Dalos.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Dalos.cc,v 1.17 2005-03-31 16:23:04 pixel Exp $ */ +/* $Id: Dalos.cc,v 1.18 2005-06-20 22:43:35 pixel Exp $ */ #include <SDL.h> #include <SDL_thread.h> @@ -287,7 +287,7 @@ class about : public mogltk::widgets::action { virtual void do_action(mogltk::widget * w) { new mogltk::widgets::MsgBox(w->Shaper(), w->Father(), "About...", "Dalos version 0.1 - OpenGL version\n" - "Copyright (C) 2004 Nicolas \"Pixel\" Noble\n" + "Copyright (C) 2004-2005 Nicolas \"Pixel\" Noble\n" "\n" "Thanks and greetings fly to (no particular order)\n" "GreatSkaori, Orphis, Ti Dragon, Yaz0r, S-O-R,\n" @@ -304,6 +304,7 @@ virtual int startup() throw (GeneralException) { new Archive(argv[0], ARCHIVE_EXECUTABLE); } catch (...) { + printm(M_INFO, "Built-in data file unreadable, looking for external .paq file.\n"); new Archive("Dalos.paq"); } |