Files
2013-09-26 17:14:40 +02:00

13 lines
306 B
Plaintext

$NetBSD: patch-ad,v 1.1 2002/12/18 04:34:42 jschauma Exp $
--- resource.cc.orig Tue Dec 17 23:18:55 2002
+++ resource.cc Tue Dec 17 23:18:41 2002
@@ -23,6 +23,7 @@
#include "blackboxstyle.hh"
Resource::Resource(ToolWindow *toolwindow): BaseResource(toolwindow) {
+ frame.font = NULL;
Load();
}