From 8efab359f7a198a5ba4607199bb5d98051735556 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 May 2001 21:36:11 +0000 Subject: [PATCH] fixed compilation with NO_GUI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/tex2rtf/src/tex2rtf.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index b7a9d99127..55f736ae0d 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -596,6 +596,8 @@ void ShowOptions(void) OnInform(" -charset (default ansi)"); OnInform(" -twice"); OnInform(" -sync"); + OnInform(" -checkcurleybraces"); + OnInform(" -checksyntax"); OnInform(" -macros "); OnInform(" -winhelp"); OnInform(" -rtf"); @@ -1046,7 +1048,9 @@ bool Go(void) TexCleanUp(); startedSections = FALSE; +#ifndef NO_GUI frame->SetStatusText("Aborted by user."); +#endif // GUI OnInform("Sorry, unsuccessful."); OkToClose = TRUE; -- 2.47.2