diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-23 19:34:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-23 21:07:37 +0300 |
commit | 4d21db4402e790bea01b083302547c8df8975596 (patch) | |
tree | 6a1b8632b21fd9d85a9769eff6f6d34752146170 /src/Makefile.am | |
parent | 4ea8f4bb0c2645940d7d0f5b5e6990346d474ce4 (diff) | |
download | plus-4d21db4402e790bea01b083302547c8df8975596.tar.gz plus-4d21db4402e790bea01b083302547c8df8975596.tar.bz2 plus-4d21db4402e790bea01b083302547c8df8975596.tar.xz plus-4d21db4402e790bea01b083302547c8df8975596.zip |
Add text select dialog.
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 061b38cdb..dc261d333 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -948,6 +948,8 @@ manaplus_SOURCES += main.cpp \ gui/windows/statuswindow.h \ gui/windows/textdialog.cpp \ gui/windows/textdialog.h \ + gui/windows/textselectdialog.cpp \ + gui/windows/textselectdialog.h \ gui/windows/setupwindow.cpp \ gui/windows/setupwindow.h \ gui/windows/serverdialog.cpp \ |