mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23ad260e0c
PR: 12303 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
19 lines
954 B
Plaintext
19 lines
954 B
Plaintext
--- src/SoundPaths.c.orig Sat Jun 19 02:08:04 1999
|
|
+++ src/SoundPaths.c Sat Jun 19 23:23:41 1999
|
|
@@ -71,6 +71,7 @@
|
|
wwarning(_("bad value in option SoundPath. Using default path list"));
|
|
addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds");
|
|
addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds");
|
|
+ addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds");
|
|
} else {
|
|
for (i=0; i<PLGetNumberOfElements(array); i++) {
|
|
val = PLGetArrayElement(array, i);
|
|
@@ -91,6 +92,7 @@
|
|
wwarning(_("bad value in option SoundSetPath. Using default path list"));
|
|
addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets");
|
|
addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets");
|
|
+ addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets");
|
|
} else {
|
|
for (i=0; i<PLGetNumberOfElements(array); i++) {
|
|
val = PLGetArrayElement(array, i);
|