]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively...
[wxWidgets.git] / samples / svg / svgtest.cpp
index 41aab0358b6c4072d66ede4ef1bbdefae037074b..a353b440ced1a83f6cde056dbbafd96d59828b86 100644 (file)
@@ -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)
     {