diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 12:48:14 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 12:48:14 -0700 |
commit | e01a1776f20a499003ae976e4b145a9c85f6a014 (patch) | |
tree | bf49470da514c7ad4b38fd3531d75e001fed982b | |
parent | b9a643f1e7a1ec5e3ec8eaee8bc285f7d10a0e74 (diff) | |
download | mana-client-e01a1776f20a499003ae976e4b145a9c85f6a014.tar.gz mana-client-e01a1776f20a499003ae976e4b145a9c85f6a014.tar.bz2 mana-client-e01a1776f20a499003ae976e4b145a9c85f6a014.tar.xz mana-client-e01a1776f20a499003ae976e4b145a9c85f6a014.zip |
End NPC interraction when canceling list inpu
-rw-r--r-- | src/gui/npclistdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/npclistdialog.cpp b/src/gui/npclistdialog.cpp index 78d43fd2..c476999a 100644 --- a/src/gui/npclistdialog.cpp +++ b/src/gui/npclistdialog.cpp @@ -108,6 +108,7 @@ void NpcListDialog::action(const gcn::ActionEvent &event) { choice = 0xff; // 0xff means cancel npcTextDialog->addText(_("\n> Cancel\n")); + npcTextDialog->showCloseButton(); } if (choice) |