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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user