summaryrefslogtreecommitdiff
path: root/Dalos/Dalos.cc
diff options
context:
space:
mode:
authorpixel <pixel>2005-06-20 22:43:35 +0000
committerpixel <pixel>2005-06-20 22:43:35 +0000
commite6f2e66ffb3d436bde9fa3a6fb500090e7a146a8 (patch)
treea207b9084f5e07401f1e0a92fc90ee1f9177c48d /Dalos/Dalos.cc
parentf63b29b1ecde50618e92c069fb04d8e0ae6e63ae (diff)
Minor cosmetic changes.
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r--Dalos/Dalos.cc5
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");
}