projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ 1578466 ] Support for custom floating panes
[wxWidgets.git]
/
src
/
unix
/
mimetype.cpp
diff --git
a/src/unix/mimetype.cpp
b/src/unix/mimetype.cpp
index 55385d3a765867ba848ed6bf8e2f0e627d89534e..e2e68bd09a8ffdabfa24dda23e0aeb15e3c4f2f6 100644
(file)
--- a/
src/unix/mimetype.cpp
+++ b/
src/unix/mimetype.cpp
@@
-280,7
+280,7
@@
void wxMimeTypesManagerImpl::LoadGnomeDataFromKeyFile(const wxString& filename,
{
wxTextFile textfile(filename);
#if defined(__WXGTK20__) && wxUSE_UNICODE
- if ( !textfile.Open(wx
ConvUTF8
) )
+ if ( !textfile.Open(wx
MBConvUTF8(wxMBConvUTF8::MAP_INVALID_UTF8_TO_OCTAL)
) )
#else
if ( !textfile.Open() )
#endif