| 1 |
/* |
/* |
| 2 |
* prefs_editor_linux.cpp - Preferences editor, Linux implementation using GTK+ |
* prefs_editor_linux.cpp - Preferences editor, Linux implementation using GTK+ |
| 3 |
* |
* |
| 4 |
* SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig |
* SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig |
| 5 |
* |
* |
| 6 |
* This program is free software; you can redistribute it and/or modify |
* 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 |
* it under the terms of the GNU General Public License as published by |
| 372 |
char str[512]; |
char str[512]; |
| 373 |
sprintf(str, |
sprintf(str, |
| 374 |
"SheepShaver\nVersion %d.%d\n\n" |
"SheepShaver\nVersion %d.%d\n\n" |
| 375 |
"Copyright (C) 1997-2005 Christian Bauer and Marc Hellwig\n" |
"Copyright (C) 1997-2008 Christian Bauer and Marc Hellwig\n" |
| 376 |
"E-mail: cb@cebix.net\n" |
"E-mail: cb@cebix.net\n" |
| 377 |
"http://sheepshaver.cebix.net/\n\n" |
"http://sheepshaver.cebix.net/\n\n" |
| 378 |
"SheepShaver comes with ABSOLUTELY NO\n" |
"SheepShaver comes with ABSOLUTELY NO\n" |