mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
$NetBSD: patch-ag,v 1.1.1.1 2002/09/07 20:22:53 jschauma Exp $
|
|
|
|
--- resource.cc.orig Sat Sep 7 13:22:49 2002
|
|
+++ resource.cc Sat Sep 7 13:23:26 2002
|
|
@@ -28,6 +28,9 @@
|
|
Resource::Resource(ToolWindow * toolwindow):
|
|
BaseResource(toolwindow)
|
|
{
|
|
+ frame.font = NULL;
|
|
+ label.font = NULL;
|
|
+
|
|
Load();
|
|
}
|
|
|