#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/filedlg.h"
+#include "wx/intl.h"
#if !USE_SHARED_LIBRARY
IMPLEMENT_CLASS(wxFileDialog, wxDialog)
int wxFileDialog::ShowModal()
{
// TODO
- wxID_CANCEL;
+ return wxID_CANCEL;
}
// Generic file load/save dialog