]> git.saurik.com Git - wxWidgets.git/commit
Don't use filename encoding conversion when passing string to gtk_file_chooser_set_cu...
authorMart Raudsepp <leio@gentoo.org>
Mon, 31 Jul 2006 00:35:08 +0000 (00:35 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 31 Jul 2006 00:35:08 +0000 (00:35 +0000)
commitf0f1afb8b98fc4160025529a471d635ce09ff8ce
treeb9d7ca94b3381ee191ced5bff95349305844286b
parent6a06841c3483a0287b41f55e27ad4dca6ac24bce
Don't use filename encoding conversion when passing string to gtk_file_chooser_set_current_name (save as dialog
suggested filename) - it takes a UTF-8 per gtk+ documentation and common sense, so use wxGTK_CONV instead.
Fixes wxFileDialog save mode default filename with non-utf8 G_FILENAME_ENCODING (bug #1497800). Thanks to
Konstantin Anory for pointing this out.

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