mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +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);
|
icon.LoadFile(wxT("matroskalogo_big.ico"), wxBITMAP_TYPE_ICO);
|
||||||
SetIcon(icon);
|
SetIcon(icon);
|
||||||
#else
|
#else
|
||||||
SetIcon(wxIcon((const char *)matroskalogo_big_xpm, wxBITMAP_TYPE_XPM));
|
SetIcon(wxICON(matroskalogo_big));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
set_status_bar(wxT("mkvmerge GUI ready"));
|
set_status_bar(wxT("mkvmerge GUI ready"));
|
||||||
|
Loading…
Reference in New Issue
Block a user