]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
Include the html docs in the tarball
[wxWidgets.git] / samples / svg / svgtest.cpp
index 0f362ca893fcb510f0b1bfdbf42a5af1991931ee..a353b440ced1a83f6cde056dbbafd96d59828b86 100644 (file)
@@ -36,8 +36,8 @@ USERC("svg.rc");
 #include "wx/mdi.h"
 #endif
 
-#include <wx/toolbar.h>
-#include <wx/svg/dcsvg.h>
+#include "wx/toolbar.h"
+#include "wx/svg/dcsvg.h"
 
 #include "mondrian.xpm"
 
@@ -350,7 +350,7 @@ void MyFrame::FileSavePicture (wxCommandEvent & WXUNUSED(event) )
 
     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)
     {