mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/05/07 01:47:00 chap Exp $
|
|
|
|
--- mainwindow.fl.orig 2006-02-25 17:02:37.000000000 -0500
|
|
+++ mainwindow.fl
|
|
@@ -18,6 +18,8 @@ class xppMainWindow {open
|
|
Function {xppMainWindow(int argc, char *argv[], int &exitstat)} {open
|
|
} {
|
|
code {exitstat = 0;
|
|
+optionDialog=NULL;
|
|
+instanceDialog=NULL;
|
|
print=new printFiles(argc,argv,exitstat);
|
|
if (exitstat != 0) return;} {}
|
|
Fl_Window mainWindow {
|