diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-29 01:20:19 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-29 01:20:19 +0100 |
commit | b4b6091372310f4a811180cffde3ea5611881e6c (patch) | |
tree | a836e6376942c9dbabb27d21860ff31c613693b2 /CMakeLists.txt | |
parent | ffbc5bb62c0cd771b26cb1d9b5afdccef77075b4 (diff) | |
download | MultiMC-b4b6091372310f4a811180cffde3ea5611881e6c.tar MultiMC-b4b6091372310f4a811180cffde3ea5611881e6c.tar.gz MultiMC-b4b6091372310f4a811180cffde3ea5611881e6c.tar.lz MultiMC-b4b6091372310f4a811180cffde3ea5611881e6c.tar.xz MultiMC-b4b6091372310f4a811180cffde3ea5611881e6c.zip |
Add 'empty text' to all the version selection dialogs.
Customize it for the Forge one so people finally shut up about 1.7.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dd7dfb5..c34f363f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,10 +315,14 @@ gui/dialogs/UpdateDialog.h gui/dialogs/UpdateDialog.cpp # GUI - widgets +gui/widgets/Common.h +gui/widgets/Common.cpp gui/widgets/InstanceDelegate.h gui/widgets/InstanceDelegate.cpp gui/widgets/ModListView.h gui/widgets/ModListView.cpp +gui/widgets/VersionListView.h +gui/widgets/VersionListView.cpp gui/widgets/LabeledToolButton.h gui/widgets/LabeledToolButton.cpp gui/widgets/MCModInfoFrame.h |