changeset 252:e12b39132ffb

Make sell equipment use the select cursor for consistency with the other sell tools.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 12:38:04 +0000
parents 844bfb23d4b6
children 9c5d2cb3f114
files gamelib/gameboard.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/gameboard.py	Sat Sep 05 12:35:37 2009 +0000
+++ b/gamelib/gameboard.py	Sat Sep 05 12:38:04 2009 +0000
@@ -89,7 +89,8 @@
                 cursors.cursors['select'])
         self.add_tool_button("Building", constants.TOOL_SELL_BUILDING,
                 cursors.cursors['select'])
-        self.add_tool_button("Equipment", constants.TOOL_SELL_EQUIPMENT)
+        self.add_tool_button("Equipment", constants.TOOL_SELL_EQUIPMENT,
+                cursors.cursors['select'])
         self.add_spacer(20)
 
         self.add_heading("Buy ...")