projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't use Unix-specific files which have Darwin-specific counterparts in wxMac/wxCoco...
[wxWidgets.git]
/
src
/
gtk1
/
filedlg.cpp
diff --git
a/src/gtk1/filedlg.cpp
b/src/gtk1/filedlg.cpp
index 06b502e07a7cd7c9902894b703709860886b430c..3827fd1b3d2917bc52aedaf80736860bdd647027 100644
(file)
--- a/
src/gtk1/filedlg.cpp
+++ b/
src/gtk1/filedlg.cpp
@@
-44,7
+44,7
@@
wxFileDialog::~wxFileDialog()
void wxFileDialog::OnFakeOk( wxCommandEvent &event )
{
- wxGenericFileDialog::On
List
Ok( event );
+ wxGenericFileDialog::OnOk( event );
}
int wxFileDialog::ShowModal()