diff options
author | Andrei Karas <akaras@inbox.ru> | 2009-10-01 19:56:50 +0300 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-13 11:54:05 +0100 |
commit | 0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62 (patch) | |
tree | 557546557020fefd36525c58cbec0f640bdd4893 /src/gui/charcreatedialog.cpp | |
parent | c57aeeaf880a416c1c25b2e2684a571fdb17f6c4 (diff) | |
download | mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.gz mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.bz2 mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.xz mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.zip |
Allow player to talk after death
Mantis-issue: 938 (TMW Mantis)
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r-- | src/gui/charcreatedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp index cd7949ed..3d240271 100644 --- a/src/gui/charcreatedialog.cpp +++ b/src/gui/charcreatedialog.cpp @@ -175,7 +175,7 @@ void CharCreateDialog::action(const gcn::ActionEvent &event) { new OkDialog(_("Error"), _("Your name needs to be at least 4 characters."), - this); + true, this); } } else if (event.getId() == "cancel") |