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/Makefile.am | |
parent | b7848fe5475f622f06681e73db66d525271cb47a (diff) | |
download | plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.gz plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.bz2 plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.xz plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.zip |
Add miltiline popup based on textbox.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 33a488512..d3ccb5b36 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -499,6 +499,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ 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 \ |