mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a89d8b834b
PR: 11453 Submitted by: maintainer
23 lines
614 B
Plaintext
23 lines
614 B
Plaintext
--- acconfig.h.old Wed Mar 10 10:05:47 1999
|
|
+++ acconfig.h Wed Mar 10 10:06:26 1999
|
|
@@ -14,7 +14,7 @@
|
|
|
|
/* Change this to MotifStyle if you want the old-school Motif
|
|
widget look. */
|
|
-#define STYLE WindowsStyle
|
|
+#define STYLE MotifStyle
|
|
|
|
/* The name of the package we're compiling */
|
|
#undef PACKAGE
|
|
--- config.h.in.old Wed Mar 10 10:05:53 1999
|
|
+++ config.h.in Wed Mar 10 10:06:17 1999
|
|
@@ -15,7 +15,7 @@
|
|
|
|
/* Change this to MotifStyle if you want the old-school Motif
|
|
widget look. */
|
|
-#define STYLE WindowsStyle
|
|
+#define STYLE MotifStyle
|
|
|
|
/* The name of the package we're compiling */
|
|
#undef PACKAGE
|