# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2001 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 83 | Line 83 | void SavePrefs(void) | |
83 | ||
84 | void AddPlatformPrefsDefaults(void) | |
85 | { | |
86 | + | PrefsReplaceString("extfs", "WORK:"); |
87 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |