mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Fix for compilation with Unicode enabled wxWidgets.
This commit is contained in:
parent
cb4e268202
commit
1ab54d3e3a
@ -720,7 +720,7 @@ mmg_dialog::mmg_dialog():
|
||||
icon.LoadFile(wxT("matroskalogo_big.ico"), wxBITMAP_TYPE_ICO);
|
||||
SetIcon(icon);
|
||||
#else
|
||||
SetIcon(wxIcon((const char *)matroskalogo_big_xpm, wxBITMAP_TYPE_XPM));
|
||||
SetIcon(wxICON(matroskalogo_big));
|
||||
#endif
|
||||
|
||||
set_status_bar(wxT("mkvmerge GUI ready"));
|
||||
|
Loading…
Reference in New Issue
Block a user