mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9789b00d07
PR: 11861 Submitted by: Chris Piazza <cpiazza@home.net>
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
--- src/wmtaskbar.cc.orig Sun May 23 00:57:11 1999
|
|
+++ src/wmtaskbar.cc Sun May 23 00:57:25 1999
|
|
@@ -331,9 +331,9 @@
|
|
|
|
/** Use Linux 2.0 Penguin as start button */
|
|
#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 "bsd-daemon.xpm"
|
|
//#define START_PIXMAP "start.xpm"
|
|
//#define START_PIXMAP "xfree86os2.xpm"
|
|
#endif
|