summaryrefslogtreecommitdiffstats
path: root/gui/versionselectdialog.cpp
diff options
context:
space:
mode:
authorOrochimarufan <orochimarufan.x3@gmail.com>2013-10-18 18:42:41 +0200
committerOrochimarufan <orochimarufan.x3@gmail.com>2013-10-18 18:43:19 +0200
commit78882ff6b13ea8c5e7c14bee51c87f199e9c8a20 (patch)
treefda586f881ed78256a00937c17d0992f261a6b52 /gui/versionselectdialog.cpp
parent205570be32b5cbd40eeb2b7e2d8d4fe116b07f64 (diff)
downloadMultiMC-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar
MultiMC-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar.gz
MultiMC-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar.lz
MultiMC-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.tar.xz
MultiMC-78882ff6b13ea8c5e7c14bee51c87f199e9c8a20.zip
Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on linux
Diffstat (limited to 'gui/versionselectdialog.cpp')
-rw-r--r--gui/versionselectdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/versionselectdialog.cpp b/gui/versionselectdialog.cpp
index 900cd092..8fa62f75 100644
--- a/gui/versionselectdialog.cpp
+++ b/gui/versionselectdialog.cpp
@@ -21,6 +21,7 @@
#include <QDebug>
#include <gui/ProgressDialog.h>
+#include "gui/platform.h"
#include <logic/BaseVersion.h>
#include <logic/lists/BaseVersionList.h>
@@ -29,6 +30,7 @@
VersionSelectDialog::VersionSelectDialog(BaseVersionList *vlist, QString title, QWidget *parent, bool cancelable)
: QDialog(parent), ui(new Ui::VersionSelectDialog)
{
+ MultiMCPlatform::fixWM_CLASS(this);
ui->setupUi(this);
setWindowModality(Qt::WindowModal);
setWindowTitle(title);