From 35c80ab9fc8a2f70a8bd60a3c0b10594a499fe72 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 5 Jun 2017 07:17:11 +0200 Subject: [PATCH] fix about dialog icon --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index caa7604c9f..2416241f58 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -571,7 +571,7 @@ void main_window::About() close->setDefault(true); QLabel* icon = new QLabel(this); - icon->setPixmap(appIcon.pixmap(96, 96)); + icon->setPixmap(QIcon(":/rpcs3.ico").pixmap(96, 96)); QLabel* caption = new QLabel(tr( "

RPCS3

"