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

Comparing SheepShaver/src/BeOS/prefs_beos.cpp (file contents):
Revision 1.2 by cebix, 2004-01-12T15:37:19Z vs.
Revision 1.5 by asvitkine, 2009-07-23T19:12:50Z

# Line 1 | Line 1
1   /*
2   *  prefs_beos.cpp - Preferences handling, BeOS specific things
3   *
4 < *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
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 49 | Line 49 | time_t PrefsFileDate = 0;
49   *  Load preferences from settings file
50   */
51  
52 < void LoadPrefs(void)
52 > void LoadPrefs(const char *vmdir)
53   {
54          // Construct prefs path
55          find_directory(B_USER_SETTINGS_DIRECTORY, &prefs_path, true);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines