summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7f1698c)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14956
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxPoint& pos = wxDefaultPosition);
void SetMessage(const wxString& message) { m_message = message; }
const wxPoint& pos = wxDefaultPosition);
void SetMessage(const wxString& message) { m_message = message; }
- void SetPath(const wxString& path) { m_path = path; }
+ void SetPath(const wxString& path);
void SetStyle(long style) { m_dialogStyle = style; }
wxString GetMessage() const { return m_message; }
void SetStyle(long style) { m_dialogStyle = style; }
wxString GetMessage() const { return m_message; }