fix about dialog icon

This commit is contained in:
Megamouse 2017-06-05 07:17:11 +02:00 committed by Ani
parent 8183449fb1
commit 35c80ab9fc
1 changed files with 1 additions and 1 deletions

View File

@ -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(
"<h1>RPCS3</h1>"