]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation with NO_GUI
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2001 21:36:11 +0000 (21:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2001 21:36:11 +0000 (21:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/tex2rtf/src/tex2rtf.cpp

index b7a9d9912727de8a697cf225c11d2e4c10c5e67f..55f736ae0d1e81341457e09c840846e5c640dada 100644 (file)
@@ -596,6 +596,8 @@ void ShowOptions(void)
     OnInform("    -charset <pc | pca | ansi | mac> (default ansi)");
     OnInform("    -twice");
     OnInform("    -sync");
+    OnInform("    -checkcurleybraces");
+    OnInform("    -checksyntax");
     OnInform("    -macros <filename>");
     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;