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

Comparing SheepShaver/src/prefs_items.cpp (file contents):
Revision 1.8 by gbeauche, 2005-03-27T22:08:33Z vs.
Revision 1.10 by gbeauche, 2008-01-01T09:47:38Z

# Line 1 | Line 1
1   /*
2   *  prefs_items.cpp - Common preferences items
3   *
4 < *  SheepShaver (C) 1997-2005 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 66 | Line 66 | prefs_desc common_prefs_items[] = {
66  
67   void AddPrefsDefaults(void)
68   {
69 + #ifndef PREFS_EDITOR
70          SysAddSerialPrefs();
71 + #endif
72          PrefsAddInt32("bootdriver", 0);
73          PrefsAddInt32("bootdrive", 0);
74          PrefsAddInt32("ramsize", 16 * 1024 * 1024);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines