projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
21d9680
)
Forgot to commit file for giving a GTK specific methid the prefix GTK
author
Robert Roebling
<robert@roebling.de>
Fri, 13 Feb 2009 09:33:15 +0000
(09:33 +0000)
committer
Robert Roebling
<robert@roebling.de>
Fri, 13 Feb 2009 09:33:15 +0000
(09:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58873
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/gtk/filepicker.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/gtk/filepicker.h
b/include/wx/gtk/filepicker.h
index cda74e3da1dc304883a60051817ccc6b05b9b13e..f3f6803f710c60a0d3c554f34cdbacf35bfe3e35 100644
(file)
--- a/
include/wx/gtk/filepicker.h
+++ b/
include/wx/gtk/filepicker.h
@@
-180,9
+180,6
@@
public: // used by the GTK callback only
bool m_bIgnoreNextChange;
bool m_bIgnoreNextChange;
- void UpdatePath(const char *gtkpath)
- { m_path = wxString::FromAscii(gtkpath); }
-
void GTKUpdatePath(const char *gtkpath);
private:
void GTKUpdatePath(const char *gtkpath);
private: