--- SIDPlayer/src/main_beos.cpp 2001/01/04 19:54:13 1.3 +++ SIDPlayer/src/main_beos.cpp 2001/01/21 18:04:46 1.4 @@ -1,7 +1,7 @@ /* * main_beos.cpp - SIDPlayer BeOS main program * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 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 @@ -29,6 +29,7 @@ #include "main.h" #include "prefs_window.h" +#include "sid.h" // Message codes @@ -297,7 +298,7 @@ void SIDPlayer::MessageReceived(BMessage void SIDPlayer::ReadyToRun(void) { main_window = new MainWindow(); - if (psid_loaded) + if (IsPSIDLoaded()) main_window->PostMessage(MSG_NEW_MODULE); } @@ -310,7 +311,7 @@ void AboutWindow(void) { BAlert *theAlert = new BAlert("", "SIDPlayer\nVersion " VERSION "\n\n" - "Copyright " B_UTF8_COPYRIGHT " 1996-2000 Christian Bauer\n" + "Copyright " B_UTF8_COPYRIGHT " 1996-2001 Christian Bauer\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/\n\n" "SIDPlayer comes with ABSOLUTELY NO\n"