summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJosé Ávila <linux@javila.net>2005-06-17 07:20:03 +0000
committerJosé Ávila <linux@javila.net>2005-06-17 07:20:03 +0000
commitc702285ab5c288fc65dacdf81b583890d3b99c63 (patch)
tree589cffa9c16d15f18df4c988bbe300806e6f6425 /data
parent50b0f0e7ea4508e1ee30f0a0ea8741af6d3212d4 (diff)
downloadmana-client-c702285ab5c288fc65dacdf81b583890d3b99c63.tar.gz
mana-client-c702285ab5c288fc65dacdf81b583890d3b99c63.tar.bz2
mana-client-c702285ab5c288fc65dacdf81b583890d3b99c63.tar.xz
mana-client-c702285ab5c288fc65dacdf81b583890d3b99c63.zip
new BrowserBox widget with colors/links support
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/Makefile.am1
-rw-r--r--data/help/Makefile.am4
2 files changed, 4 insertions, 1 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index cd6cf49d..079fe4ce 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/graphics/gui
gui_DATA = \
bg_quad_dis.png \
+ browserfont.png \
button.png \
button_disabled.png \
buttonhi.png \
diff --git a/data/help/Makefile.am b/data/help/Makefile.am
index 4c52f26c..826f0fad 100644
--- a/data/help/Makefile.am
+++ b/data/help/Makefile.am
@@ -2,8 +2,10 @@
helpdir = $(pkgdatadir)/data/help
help_DATA = \
+ about.txt \
changes.txt \
- commands.txt \
+ commands.txt \
+ header.txt \
index.txt \
skills.txt \
support.txt \