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(" -charset <pc | pca | ansi | mac> (default ansi)");
|
||||||
OnInform(" -twice");
|
OnInform(" -twice");
|
||||||
OnInform(" -sync");
|
OnInform(" -sync");
|
||||||
|
OnInform(" -checkcurleybraces");
|
||||||
|
OnInform(" -checksyntax");
|
||||||
OnInform(" -macros <filename>");
|
OnInform(" -macros <filename>");
|
||||||
OnInform(" -winhelp");
|
OnInform(" -winhelp");
|
||||||
OnInform(" -rtf");
|
OnInform(" -rtf");
|
||||||
@@ -1046,7 +1048,9 @@ bool Go(void)
|
|||||||
TexCleanUp();
|
TexCleanUp();
|
||||||
startedSections = FALSE;
|
startedSections = FALSE;
|
||||||
|
|
||||||
|
#ifndef NO_GUI
|
||||||
frame->SetStatusText("Aborted by user.");
|
frame->SetStatusText("Aborted by user.");
|
||||||
|
#endif // GUI
|
||||||
|
|
||||||
OnInform("Sorry, unsuccessful.");
|
OnInform("Sorry, unsuccessful.");
|
||||||
OkToClose = TRUE;
|
OkToClose = TRUE;
|
||||||
|
Reference in New Issue
Block a user