1. don't assert if we're passed an empty defaultDir and full path in
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Dec 2006 00:35:55 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Dec 2006 00:35:55 +0000 (00:35 +0000)
commitbf345206822fa00ccbd14fc40ebbcf2f73bad006
treec93b0f9f28f8cdd7323c2aeb24b110e48a5328a2
parent04680d2c7e3c3e582db0fb11bcbf05633fe9582e
1. don't assert if we're passed an empty defaultDir and full path in
   defaultFileName (the other ports don't do it)
2. don't duplicate gtk_file_chooser_set_current_folder() calls for
   save and open dialogs unnecessarily
3. reformated a couple of comments to fit in 80 columns

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/filedlg.cpp