diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-07 17:26:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-07 17:26:09 +0300 |
commit | 78ef5eee69ace485763ce44267d8d475abf4adc2 (patch) | |
tree | 41204ef0e7edd04def09941ae5668a95534ad282 | |
parent | eafa7dbf73c2def6697df630965ca5041f32c5ae (diff) | |
download | plus-78ef5eee69ace485763ce44267d8d475abf4adc2.tar.gz plus-78ef5eee69ace485763ce44267d8d475abf4adc2.tar.bz2 plus-78ef5eee69ace485763ce44267d8d475abf4adc2.tar.xz plus-78ef5eee69ace485763ce44267d8d475abf4adc2.zip |
Remove "> Next" from npc dialogs.
-rw-r--r-- | src/gui/npcdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index 55baf9362..265748b6f 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -220,7 +220,6 @@ void NpcDialog::action(const gcn::ActionEvent &event) return; nextDialog(); - addText(_("> Next"), false); } else if (mActionState == NPC_ACTION_CLOSE || mActionState == NPC_ACTION_WAIT) |