ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/main_beos.cpp
(Generate patch)

Comparing SIDPlayer/src/main_beos.cpp (file contents):
Revision 1.3 by cebix, 2001-01-04T19:54:13Z vs.
Revision 1.4 by cebix, 2001-01-21T18:04:46Z

# Line 1 | Line 1
1   /*
2   *  main_beos.cpp - SIDPlayer BeOS main program
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2001 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 29 | Line 29
29  
30   #include "main.h"
31   #include "prefs_window.h"
32 + #include "sid.h"
33  
34  
35   // Message codes
# Line 297 | Line 298 | void SIDPlayer::MessageReceived(BMessage
298   void SIDPlayer::ReadyToRun(void)
299   {
300          main_window = new MainWindow();
301 <        if (psid_loaded)
301 >        if (IsPSIDLoaded())
302                  main_window->PostMessage(MSG_NEW_MODULE);
303   }
304  
# Line 310 | Line 311 | void AboutWindow(void)
311   {
312          BAlert *theAlert = new BAlert("",
313                          "SIDPlayer\nVersion " VERSION "\n\n"
314 <                        "Copyright " B_UTF8_COPYRIGHT " 1996-2000 Christian Bauer\n"
314 >                        "Copyright " B_UTF8_COPYRIGHT " 1996-2001 Christian Bauer\n"
315                          "E-mail: Christian.Bauer@uni-mainz.de\n"
316                          "http://www.uni-mainz.de/~bauec002/\n\n"
317                          "SIDPlayer comes with ABSOLUTELY NO\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines