summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-07 17:26:09 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-07 17:26:09 +0300
commit78ef5eee69ace485763ce44267d8d475abf4adc2 (patch)
tree41204ef0e7edd04def09941ae5668a95534ad282
parenteafa7dbf73c2def6697df630965ca5041f32c5ae (diff)
downloadplus-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.cpp1
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)