165158ba55
version of tex2rtf is updated to work with newer versions of wxwindows, and the prior version is referred to as obsolete. I am told that some of the patches duplicate work that is done in CVS, so some patches should disappear over time.
13 lines
350 B
Text
13 lines
350 B
Text
$NetBSD: patch-ai,v 1.1 2004/03/30 18:23:46 ben Exp $
|
|
|
|
--- tex2rtf.h.orig Thu May 24 09:54:19 2001
|
|
+++ tex2rtf.h
|
|
@@ -9,6 +9,8 @@
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
+#include "stringmatch.h"
|
|
+
|
|
#ifndef NO_GUI
|
|
// Define a new application type
|
|
class MyApp: public wxApp
|