diff frontends/wix/card_game.py @ 158:74aaf230a7c3

wix, quick_frontend: deactivated autoplay in Tarot game
author Goffi <goffi@goffi.org>
date Wed, 04 Aug 2010 17:53:20 +0800
parents 63d20bda5754
children ae50b53ff868
line wrap: on
line diff
--- a/frontends/wix/card_game.py	Wed Aug 04 12:01:07 2010 +0800
+++ b/frontends/wix/card_game.py	Wed Aug 04 17:53:20 2010 +0800
@@ -121,7 +121,7 @@
 
         self._recalc_ori()
         self.Refresh()
-        #gof: wx.MessageDialog(self, _("Cards played are invalid !"), _("Error"), wx.OK | wx.ICON_ERROR).ShowModal()
+        wx.MessageDialog(self, _("Cards played are invalid !"), _("Error"), wx.OK | wx.ICON_ERROR).ShowModal()
 
     def _is_on_hand(self, pos_x, pos_y):
         """Return True if the coordinate are on the hand cards"""