Add the widget library to the wesnoth-lib domain and update the helper files.

This commit is contained in:
Mark de Wever 2008-04-27 15:48:07 +00:00
parent 174966c394
commit f7228ced85
4 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#textdomain wesnoth-lib
###
### Defines a gui, all widgets and windows used in a certain 'theme'.
###

View file

@ -1 +1,2 @@
echo 'data/core/terrain.cfg'
find data/gui/ -name '*.cfg' -print

View file

@ -12,8 +12,10 @@ src/gui/widgets/event_handler.cpp
src/gui/widgets/grid.cpp
src/gui/widgets/helper.cpp
src/gui/widgets/label.cpp
src/gui/widgets/panel.cpp
src/gui/widgets/settings.cpp
src/gui/widgets/text_box.cpp
src/gui/widgets/text.cpp
src/gui/widgets/tooltip.cpp
src/gui/widgets/widget.cpp
src/gui/widgets/window_builder.cpp

View file

@ -1,2 +1,2 @@
find data -name themes -prune -o -name editor-groups.cfg -prune -o -name '*.cfg' -print
find data -name themes -prune -o -name editor-groups.cfg -prune -o -name gui -prune -o -name '*.cfg' -print
find data/themes/ -name editor.cfg -prune -o -name '*.cfg' -print