fixed compilation with NO_GUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-05-24 21:36:11 +00:00
parent 520d193622
commit 8efab359f7

View 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;