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
committerIra Rice <irarice@gmail.com>2009-01-05 20:51:29 -0700
commitd87d6368b23fe11e5217d674ed1a4bad05d9bf90 (patch)
treed82c7fc1f629fe4806c6d4ce8f8be5902ccc3b8a /src/gui/npc_text.h
parent4a4b1d993a1c230b0769630949187f299ec6072c (diff)
downloadmana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.gz
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.bz2
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.xz
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.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 b647b9a1..75968fa9 100644
--- a/src/gui/npc_text.h
+++ b/src/gui/npc_text.h
@@ -50,7 +50,7 @@ class NpcTextDialog : public Window, public gcn::ActionListener
NpcTextDialog();
/**
- * Called when resizing the window
+ * Called when resizing the window.
*
* @param event The calling event
*/