diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-22 01:42:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-22 01:42:08 +0300 |
commit | 392b20563409d8f56fb9940c622a195f0ee0f7c7 (patch) | |
tree | 86746ddcec8599882e77098d3d9cfd2d185e5b06 /src/Makefile.am | |
parent | 69b548e10a24332cb2f62d04ad4645df786f771c (diff) | |
download | plus-392b20563409d8f56fb9940c622a195f0ee0f7c7.tar.gz plus-392b20563409d8f56fb9940c622a195f0ee0f7c7.tar.bz2 plus-392b20563409d8f56fb9940c622a195f0ee0f7c7.tar.xz plus-392b20563409d8f56fb9940c622a195f0ee0f7c7.zip |
Add language tab class.
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 c4b5971fa..c926a8e2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -156,6 +156,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/spellshortcutcontainer.h \ gui/widgets/label.cpp \ gui/widgets/label.h \ + gui/widgets/langtab.cpp \ + gui/widgets/langtab.h \ gui/widgets/layout.cpp \ gui/widgets/layout.h \ gui/widgets/layouthelper.cpp \ |