summaryrefslogtreecommitdiff
path: root/games/wmpuzzle/files/patch-wmpuzzle.c
blob: d48ae9e0e8b94de1647df82ce960721377504455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- wmpuzzle.c.orig	Mon Oct 21 22:26:35 2002
+++ wmpuzzle.c	Sun Oct 27 17:28:07 2002
@@ -254,8 +254,8 @@
 		}
 	}
 	if (image == NULL) {
-		image = strdup("linux");
-		*wmpuzzle = linux_xpm;
+		image = strdup("daemon");
+		*wmpuzzle = daemon_xpm;
 	}
 }