Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
299 B
C++
12 lines
299 B
C++
--- Baseresource.cc.orig Mon Aug 16 10:40:24 1999
|
|
+++ Baseresource.cc Sat Aug 4 20:52:40 2001
|
|
@@ -27,6 +27,9 @@
|
|
{
|
|
bbtool = toolwindow;
|
|
|
|
+ style.conf_filename = NULL;
|
|
+ style.style_filename = NULL;
|
|
+
|
|
if (bbtool->default_config) {
|
|
ReadDefaultResource();
|
|
ResourceType = DEFAULT;
|