X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18922659ebf42fd30c64e42794d9682622915feb..47a4a1aec8d7064fadc98821c5f6079a6aceceeb:/samples/html/test/test.cpp diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index b5f9c117bc..6bde933e55 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -9,8 +9,8 @@ ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(__APPLE__) - #pragma implementation "test.cpp" - #pragma interface "test.cpp" + #pragma implementation + #pragma interface #endif // For compilers that support precompilation, includes "wx/wx.h". @@ -191,7 +191,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) SetMenuBar(menuBar); SetIcon(wxIcon(sample_xpm)); - + #if wxUSE_ACCEL // Create convenient accelerators for Back and Forward navigation wxAcceleratorEntry entries[2];