summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
commit251031b790ebc5cd677315174d4e46bc4e287718 (patch)
tree0f810a515bd5390f771d0dc41cd2e59e9914732d /src/gui/skill.cpp
parent87bee54dede4d9d80731a01bd8c4e9384e047e58 (diff)
downloadmana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.gz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.bz2
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.xz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.zip
Ported buy dialog, which could still use visual improvement, and added
\|-`~ to the fixed font.
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 65014cb9..5deb270a 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -62,7 +62,7 @@ char *skill_db[] = {
DIALOG skill_dialog[] = {
/* (dialog proc) (x) (y) (w) (h) (fg) (bg) (key) (flags) (d1) (d2) (dp) (dp2) (dp3) */
- { tmw_dialog_proc, 300, 200, 150, 60, 0, 0, 0, 0, 0, 0, (char *)"Skill", NULL, NULL },
+ { tmw_dialog_proc, 300, 200, 150, 60, 0, 0, 0, 0, 0, 0, (char *)"Skills", NULL, NULL },
{ tmw_text_proc, 304, 224, 252, 100, 0, 0, 0, 0, 0, 0, str_string, NULL, NULL },
{ tmw_plus_proc, 354, 224, 16, 16, 0, 0, '0', 0, 0, 1, (void*)increaseStatus,NULL, NULL },
{ tmw_text_proc, 304, 234, 252, 100, 0, 0, 0, 0, 0, 0, agi_string, NULL, NULL },