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/CMakeLists.txt | |
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/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 fa5fcf071..ba6940cba 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -496,6 +496,8 @@ SET(SRCS gui/windows/statuswindow.h gui/windows/textdialog.cpp gui/windows/textdialog.h + gui/windows/textselectdialog.cpp + gui/windows/textselectdialog.h gui/popups/textpopup.cpp gui/popups/textpopup.h gui/skin.cpp |