diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-01 04:01:00 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-05 20:51:29 -0700 |
commit | d87d6368b23fe11e5217d674ed1a4bad05d9bf90 (patch) | |
tree | d82c7fc1f629fe4806c6d4ce8f8be5902ccc3b8a /src/gui/npc_text.h | |
parent | 4a4b1d993a1c230b0769630949187f299ec6072c (diff) | |
download | mana-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.gz mana-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.bz2 mana-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.xz mana-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.h | 2 |
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 */ |