summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-14 01:18:59 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-15 22:26:03 +0300
commit62a466e53cbb49c5338f8ea7f96b46e00d3b0bc4 (patch)
tree9d69e63c1d2263aadd49afa551c23aff8ec51c2b /src/Makefile.am
parent1d290d6a54c2ea6e689446551a8d16025a179177 (diff)
downloadplus-62a466e53cbb49c5338f8ea7f96b46e00d3b0bc4.tar.gz
plus-62a466e53cbb49c5338f8ea7f96b46e00d3b0bc4.tar.bz2
plus-62a466e53cbb49c5338f8ea7f96b46e00d3b0bc4.tar.xz
plus-62a466e53cbb49c5338f8ea7f96b46e00d3b0bc4.zip
Add popup list. Replace listbox in dropdown to popup list.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3af39acc2..32844edb8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,7 +62,6 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \
guichan/include/guichan/widgets/button.hpp \
guichan/include/guichan/widgets/checkbox.hpp \
guichan/include/guichan/widgets/container.hpp \
- guichan/include/guichan/widgets/dropdown.hpp \
guichan/include/guichan/widgets/label.hpp \
guichan/include/guichan/widgets/listbox.hpp \
guichan/include/guichan/widgets/radiobutton.hpp \
@@ -96,7 +95,6 @@ manaplus_SOURCES += guichan/actionevent.cpp \
guichan/widgets/button.cpp \
guichan/widgets/checkbox.cpp \
guichan/widgets/container.cpp \
- guichan/widgets/dropdown.cpp \
guichan/widgets/label.cpp \
guichan/widgets/listbox.cpp \
guichan/widgets/radiobutton.cpp \
@@ -174,6 +172,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/widgets/playerbox.h \
gui/widgets/popup.cpp \
gui/widgets/popup.h \
+ gui/widgets/popuplist.cpp \
+ gui/widgets/popuplist.h \
gui/widgets/progressbar.cpp \
gui/widgets/progressbar.h \
gui/widgets/progressindicator.cpp \