minor change: differentiate the initial banner of test.exe from test_gui.exe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c99214eb52
commit
9e91447ca4
@ -23,6 +23,7 @@
|
||||
|
||||
#include "wx/image.h"
|
||||
#include "wx/url.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/mstream.h"
|
||||
#include "wx/zstream.h"
|
||||
#include "wx/wfstream.h"
|
||||
|
@ -385,7 +385,11 @@ bool TestApp::OnInit()
|
||||
if ( !TestAppBase::OnInit() )
|
||||
return false;
|
||||
|
||||
cout << "Test program for wxWidgets\n"
|
||||
#if wxUSE_GUI
|
||||
cout << "Test program for wxWidgets GUI features\n"
|
||||
#else
|
||||
cout << "Test program for wxWidgets non-GUI features\n"
|
||||
#endif
|
||||
<< "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl;
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
Loading…
Reference in New Issue
Block a user