mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
339b8b7463
PR: ports/51065 Submitted by: KATO Tsuguru <tkato@prontomail.com>
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
--- src/wmtaskbar.cc.orig Mon Jan 20 00:43:27 2003
|
|
+++ src/wmtaskbar.cc Wed Jan 22 03:08:53 2003
|
|
@@ -67,10 +67,12 @@
|
|
#endif
|
|
|
|
#ifndef START_PIXMAP
|
|
-#define START_PIXMAP "linux.xpm"
|
|
/*
|
|
+#define START_PIXMAP "linux.xpm"
|
|
#define START_PIXMAP "debian.xpm"
|
|
+*/
|
|
#define START_PIXMAP "bsd-daemon.xpm"
|
|
+/*
|
|
#define START_PIXMAP "start.xpm"
|
|
#define START_PIXMAP "xfree86os2.xpm"
|
|
*/
|