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.6 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.8 by cebix, 2004-01-12T15:15:49Z

# Line 1 | Line 1
1   /*
2   *  main_beos.cpp - SIDPlayer BeOS main program
3   *
4 < *  SIDPlayer (C) Copyright 1996-2003 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2004 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 307 | Line 307 | void SIDPlayer::ReadyToRun(void)
307   *  Show About window
308   */
309  
310 < void AboutWindow(void)
310 > void AboutWindow()
311   {
312          BAlert *theAlert = new BAlert("",
313                          "SIDPlayer\nVersion " VERSION "\n\n"
314 <                        "Copyright " B_UTF8_COPYRIGHT " 1996-2003 Christian Bauer\n"
314 >                        "Copyright " B_UTF8_COPYRIGHT " 1996-2004 Christian Bauer\n"
315                          "E-mail: Christian.Bauer@uni-mainz.de\n"
316                          "http://www.uni-mainz.de/~bauec002/SPMain.html\n\n"
317                          "SIDPlayer comes with ABSOLUTELY NO\n"
# Line 645 | Line 645 | void PrevButton::Draw(BRect update)
645   *  Get current value of microsecond timer
646   */
647  
648 < uint64 GetTicks_usec(void)
648 > uint64 GetTicks_usec()
649   {
650          return system_time();
651   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines