mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
40c3e68ad8
PR: 29461 Submitted by: Adam Weinberger <monkey@crackula.com>, \ Scott Renfro <scott@renfro.org> (additional patches)
13 lines
299 B
C++
13 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;
|