diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-19 14:28:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-19 14:28:01 +0300 |
commit | 5cec54e00bc05fb32bc9b08727641f9d48fefee6 (patch) | |
tree | b65f3cd272c0252b742578dcc8a0d94c59e6e0b4 /src/CMakeLists.txt | |
parent | b7848fe5475f622f06681e73db66d525271cb47a (diff) | |
download | mv-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.gz mv-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.bz2 mv-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.xz mv-5cec54e00bc05fb32bc9b08727641f9d48fefee6.zip |
Add miltiline popup based on textbox.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 633158470..c83c60319 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -379,6 +379,8 @@ SET(SRCS gui/popups/spellpopup.h gui/popups/statuspopup.cpp gui/popups/statuspopup.h + gui/popups/textboxpopup.cpp + gui/popups/textboxpopup.h gui/windows/killstats.cpp gui/windows/killstats.h gui/windows/logindialog.cpp |