diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-15 17:57:54 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-15 17:57:54 +0000 |
commit | f07fdcc9668cc446d31ce2539e3934c40d103ae3 (patch) | |
tree | 7a70fc09d9e9588fbf3225057a494e775af1f1d9 /src/gui/setup_players.cpp | |
parent | d3f84af9d22814db0ec67e87805b3d1054afd606 (diff) | |
download | mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.gz mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.bz2 mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.xz mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.zip |
Added patch so that players can turn on or off speech bubbles.
Diffstat (limited to 'src/gui/setup_players.cpp')
-rw-r--r-- | src/gui/setup_players.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index 809364ea..ed1facc7 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -48,7 +48,7 @@ #define WIDGET_AT(row, column) (((row) * COLUMNS_NR) + column) -static std::string table_titles[COLUMNS_NR] = {"name", "relation"}; +static std::string table_titles[COLUMNS_NR] = {" name", "relation "}; static const std::string RELATION_NAMES[PlayerRelation::RELATIONS_NR] = { "neutral", "friend", "disregarded", "ignored" |