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;