blob: 27aee2a8cbe9a639d91c5c49b6ee853d493fad09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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
|