diff options
author | David Athay <ko2fan@gmail.com> | 2008-06-17 16:52:44 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-06-17 16:52:44 +0000 |
commit | 6d0785dc58aeba42f8cc5a1cb339749753f474c6 (patch) | |
tree | 437ab0fbdbc04bee44e2ae3c47f5b6641efe1479 /tmw.cbp | |
parent | 061f0dd698c40afa367db8b129c5ae319e92aade (diff) | |
download | mana-6d0785dc58aeba42f8cc5a1cb339749753f474c6.tar.gz mana-6d0785dc58aeba42f8cc5a1cb339749753f474c6.tar.bz2 mana-6d0785dc58aeba42f8cc5a1cb339749753f474c6.tar.xz mana-6d0785dc58aeba42f8cc5a1cb339749753f474c6.zip |
#333 Suppress 'trade with X cancelled' messages for ignored players.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -162,6 +162,8 @@ <Unit filename="src/gui/passwordfield.h" /> <Unit filename="src/gui/playerbox.cpp" /> <Unit filename="src/gui/playerbox.h" /> + <Unit filename="src/gui/popup_box.cpp" /> + <Unit filename="src/gui/popup_box.h" /> <Unit filename="src/gui/popupmenu.cpp" /> <Unit filename="src/gui/popupmenu.h" /> <Unit filename="src/gui/progressbar.cpp" /> @@ -182,6 +184,8 @@ <Unit filename="src/gui/setup_joystick.h" /> <Unit filename="src/gui/setup_keyboard.cpp" /> <Unit filename="src/gui/setup_keyboard.h" /> + <Unit filename="src/gui/setup_players.cpp" /> + <Unit filename="src/gui/setup_players.h" /> <Unit filename="src/gui/setup_video.cpp" /> <Unit filename="src/gui/setup_video.h" /> <Unit filename="src/gui/setuptab.h" /> @@ -197,6 +201,10 @@ <Unit filename="src/gui/status.h" /> <Unit filename="src/gui/tabbedcontainer.cpp" /> <Unit filename="src/gui/tabbedcontainer.h" /> + <Unit filename="src/gui/table.cpp" /> + <Unit filename="src/gui/table.h" /> + <Unit filename="src/gui/table_model.cpp" /> + <Unit filename="src/gui/table_model.h" /> <Unit filename="src/gui/textbox.cpp" /> <Unit filename="src/gui/textbox.h" /> <Unit filename="src/gui/textfield.cpp" /> @@ -286,6 +294,8 @@ <Unit filename="src/particleemitter.h" /> <Unit filename="src/player.cpp" /> <Unit filename="src/player.h" /> + <Unit filename="src/player_relations.cpp" /> + <Unit filename="src/player_relations.h" /> <Unit filename="src/properties.h" /> <Unit filename="src/resources/action.cpp" /> <Unit filename="src/resources/action.h" /> |