]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
show wxUSE_STL in the summary at the end too
[wxWidgets.git] / samples / svg / svgtest.cpp
index 41aab0358b6c4072d66ede4ef1bbdefae037074b..4e29ebcb8c6fc472ca1a4b4be5c1762430d3b5f8 100644 (file)
@@ -1,12 +1,3 @@
-// biol75@york.ac.uk (Chris Elliott) March 2000
-
-#ifdef __BIDE__
-#define _NO_VCL
-#include "condefs.h"
-USERC("svg.rc");
-//---------------------------------------------------------------------------
-#define WinMain WinMain
-#endif
 /////////////////////////////////////////////////////////////////////////////
 // Name:        svgtest.cpp
 // Purpose:     SVG sample
 /////////////////////////////////////////////////////////////////////////////
 // Name:        svgtest.cpp
 // Purpose:     SVG sample
@@ -37,7 +28,7 @@ USERC("svg.rc");
 #endif
 
 #include "wx/toolbar.h"
 #endif
 
 #include "wx/toolbar.h"
-#include "wx/svg/dcsvg.h"
+#include "wx/dcsvg.h"
 
 #include "mondrian.xpm"
 
 
 #include "mondrian.xpm"
 
@@ -350,7 +341,7 @@ void MyFrame::FileSavePicture (wxCommandEvent & WXUNUSED(event) )
 
     wxFileDialog dialog(this, wxT("Save Picture as"), wxEmptyString, pChild->GetTitle(),
         wxT("SVG vector picture files (*.svg)|*.svg"),
 
     wxFileDialog dialog(this, wxT("Save Picture as"), wxEmptyString, pChild->GetTitle(),
         wxT("SVG vector picture files (*.svg)|*.svg"),
-        wxSAVE|wxOVERWRITE_PROMPT);
+        wxFD_SAVE|wxFD_OVERWRITE_PROMPT);
 
     if (dialog.ShowModal() == wxID_OK)
     {
 
     if (dialog.ShowModal() == wxID_OK)
     {