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

Comparing BasiliskII/src/Windows/prefs_editor_gtk.cpp (file contents):
Revision 1.15 by gbeauche, 2006-05-14T16:13:54Z vs.
Revision 1.17 by asvitkine, 2009-07-23T19:19:13Z

# Line 1 | Line 1
1   /*
2   *  prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 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 420 | Line 420 | static void cb_about(...)
420          char str[512];
421          sprintf(str,
422                  PROGRAM_NAME "\nVersion %d.%d\n\n"
423 <                "Copyright (C) 1997-2005 Christian Bauer et al.\n"
423 >                "Copyright (C) 1997-2008 Christian Bauer et al.\n"
424                  "E-mail: cb@cebix.net\n"
425   #ifdef SHEEPSHAVER
426                  "http://sheepshaver.cebix.net/\n\n"
# Line 1731 | Line 1731 | int main(int argc, char *argv[])
1731          gtk_init(&argc, &argv);
1732  
1733          // Read preferences
1734 <        PrefsInit(argc, argv);
1734 >        PrefsInit(NULL, argc, argv);
1735  
1736          // Migrate preferences
1737          PrefsMigrate();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines