diff options
author | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-10-18 18:42:41 +0200 |
---|---|---|
committer | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-10-18 18:43:19 +0200 |
commit | 78882ff6b13ea8c5e7c14bee51c87f199e9c8a20 (patch) | |
tree | fda586f881ed78256a00937c17d0992f261a6b52 /gui/mainwindow.cpp | |
parent | 205570be32b5cbd40eeb2b7e2d8d4fe116b07f64 (diff) | |
download | PrismLauncher-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar.gz PrismLauncher-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar.bz2 PrismLauncher-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.zip |
Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on linux
Diffstat (limited to 'gui/mainwindow.cpp')
-rw-r--r-- | gui/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index ae244d91..294ffd3d 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -48,6 +48,7 @@ #include "gui/lwjglselectdialog.h" #include "gui/consolewindow.h" #include "gui/instancesettings.h" +#include "gui/platform.h" #include "logic/lists/InstanceList.h" #include "logic/lists/MinecraftVersionList.h" @@ -72,6 +73,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { + MultiMCPlatform::fixWM_CLASS(this); ui->setupUi(this); setWindowTitle(QString("MultiMC %1").arg(MMC->version().toString())); |