]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dirdlg.h
Add wxTLW::SetModified to allow apps to set the TLW's dirty state. On Mac this gives...
[wxWidgets.git] / include / wx / osx / dirdlg.h
index 4ffad16d3495f979733acb73570bd8a45412c756..7a40c8524cafbebad2df6b70125da97da76c9bb6 100644 (file)
@@ -17,7 +17,7 @@ class WXDLLIMPEXP_CORE wxDirDialog : public wxDirDialogBase
 public:
     wxDirDialog(wxWindow *parent,
                 const wxString& message = wxDirSelectorPromptStr,
-                const wxString& defaultPath = _T(""),
+                const wxString& defaultPath = wxT(""),
                 long style = wxDD_DEFAULT_STYLE,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,