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

Comparing SheepShaver/src/Unix/prefs_editor_gtk.cpp (file contents):
Revision 1.18 by gbeauche, 2006-05-01T23:01:53Z vs.
Revision 1.21 by gbeauche, 2008-01-01T09:47:38Z

# Line 1 | Line 1
1   /*
2   *  prefs_editor_linux.cpp - Preferences editor, Linux implementation using GTK+
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 372 | Line 372 | static void mn_about(...)
372          char str[512];
373          sprintf(str,
374                  "SheepShaver\nVersion %d.%d\n\n"
375 <                "Copyright (C) 1997-2005 Christian Bauer and Marc Hellwig\n"
375 >                "Copyright (C) 1997-2008 Christian Bauer and Marc Hellwig\n"
376                  "E-mail: cb@cebix.net\n"
377                  "http://sheepshaver.cebix.net/\n\n"
378                  "SheepShaver comes with ABSOLUTELY NO\n"
# Line 1295 | Line 1295 | static void create_memory_pane(GtkWidget
1295                  STR_RAMSIZE_128MB_LAB,
1296                  STR_RAMSIZE_256MB_LAB,
1297                  STR_RAMSIZE_512MB_LAB,
1298 +                STR_RAMSIZE_1024MB_LAB,
1299                  0
1300          };
1301 <        char default_ramsize[10];
1301 >        char default_ramsize[16];
1302          sprintf(default_ramsize, "%d", PrefsFindInt32("ramsize") >> 20);
1303          w_ramsize = table_make_combobox(table, 0, STR_RAMSIZE_CTRL, default_ramsize, options);
1304  
# Line 1337 | Line 1338 | void MountVolume(void *fh) { }
1338   void FileDiskLayout(loff_t size, uint8 *data, loff_t &start_byte, loff_t &real_size) { }
1339  
1340   #if defined __APPLE__ && defined __MACH__
1341 < void DarwinAddCDROMPrefs(void) { }
1341 > void DarwinSysInit(void) { }
1342 > void DarwinSysExit(void) { }
1343   void DarwinAddFloppyPrefs(void) { }
1344   void DarwinAddSerialPrefs(void) { }
1345   bool DarwinCDReadTOC(char *, uint8 *) { }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines