Moved the implemtation of the generic and the
authorRobert Roebling <robert@roebling.de>
Sun, 5 Dec 2004 20:30:18 +0000 (20:30 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 5 Dec 2004 20:30:18 +0000 (20:30 +0000)
commit4e1901b70e569df706866afb12aa5cf2b058963d
treec95c59d30176b2ddb0dbd0d810e1da08c81fda81
parent822cf31c2799fc5c68f7ceaabd64f5bc82bf3409
  Moved the implemtation of the generic and the
   native GTK 2.4 file dialogs into one place
   by making wxFileDialog derive from the
   generic variant and by then choosing which
   implementation to use. Later, we'll add
   run-time checks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/filedlg.h
include/wx/generic/filedlgg.h
include/wx/gtk/filedlg.h
include/wx/gtk1/filedlg.h
src/generic/filedlgg.cpp
src/gtk/filedlg.cpp
src/gtk1/filedlg.cpp