summaryrefslogtreecommitdiff
path: root/src/gui/npc_text.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-01 04:01:00 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-01 04:01:00 +0100
commit69dddef124d870a874b544e478d4c19616fe8370 (patch)
tree1a1173d8a2f2a21a52b39304caad8154740dfc91 /src/gui/npc_text.h
parent68091131170ceec23a4a34f38c05cd233ac2db65 (diff)
downloadMana-69dddef124d870a874b544e478d4c19616fe8370.tar.gz
Mana-69dddef124d870a874b544e478d4c19616fe8370.tar.bz2
Mana-69dddef124d870a874b544e478d4c19616fe8370.tar.xz
Mana-69dddef124d870a874b544e478d4c19616fe8370.zip
Made trade window resizable
Also fixed overlap between description label and the buttons and added the SDL_ttf library to the Code::Blocks project file.
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r--src/gui/npc_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h
index 76161f88..b6eccf95 100644
--- a/src/gui/npc_text.h
+++ b/src/gui/npc_text.h
@@ -45,7 +45,7 @@ class NpcTextDialog : public Window, public gcn::ActionListener
NpcTextDialog();
/**
- * Called when resizing the window
+ * Called when resizing the window.
*
* @param event The calling event
*/