summaryrefslogtreecommitdiff
path: root/src/gui/npclistdialog.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-10 17:45:15 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-10 17:45:15 +0000
commit81219329d4090dd2b1e3c37ae005f3c7795f4d08 (patch)
treed8e96d296112189cd5bbf46db4a6c483eb027cf6 /src/gui/npclistdialog.h
parent5f685256ba8786b133b14f8702c7e71e0d9d4bcd (diff)
downloadmana-client-81219329d4090dd2b1e3c37ae005f3c7795f4d08.tar.gz
mana-client-81219329d4090dd2b1e3c37ae005f3c7795f4d08.tar.bz2
mana-client-81219329d4090dd2b1e3c37ae005f3c7795f4d08.tar.xz
mana-client-81219329d4090dd2b1e3c37ae005f3c7795f4d08.zip
Removed colon in NPC choice messages.
Diffstat (limited to 'src/gui/npclistdialog.h')
-rw-r--r--src/gui/npclistdialog.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/npclistdialog.h b/src/gui/npclistdialog.h
index c09b0a8c..02b9cd49 100644
--- a/src/gui/npclistdialog.h
+++ b/src/gui/npclistdialog.h
@@ -69,12 +69,9 @@ class NpcListDialog : public Window, public gcn::ActionListener,
getElementAt(int i);
/**
- * Fills the options list for an NPC dialog.
- *
- * @param itemString A string with the options separated with colons.
+ * Adds an item to the option list.
*/
- void
- parseItems(const std::string &itemString);
+ void addItem(std::string const &);
/**
* Resets the list by removing all items.