DolphinWX: Support 2x images for all resources

This commit is contained in:
JosJuice
2016-01-20 00:46:10 +01:00
parent d134858403
commit 53acd063f9
4 changed files with 39 additions and 38 deletions

View File

@ -26,7 +26,7 @@ AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
: wxDialog(parent, id, title, position, size, style)
{
wxGenericStaticBitmap* const sbDolphinLogo = new wxGenericStaticBitmap(this, wxID_ANY,
WxUtils::LoadResourceBitmap("dolphin_logo", true));
WxUtils::LoadResourceBitmap("dolphin_logo"));
const wxString DolphinText = _("Dolphin");
const wxString RevisionText = scm_desc_str;