diff frontends/wix/card_game.py @ 150:63d20bda5754

Primitivus: Tarot game Tarot game is now playable, scores are not showed yet.
author Goffi <goffi@goffi.org>
date Wed, 28 Jul 2010 19:58:10 +0800
parents 80661755ea8d
children 74aaf230a7c3
line wrap: on
line diff
--- a/frontends/wix/card_game.py	Wed Jul 28 19:56:56 2010 +0800
+++ b/frontends/wix/card_game.py	Wed Jul 28 19:58:10 2010 +0800
@@ -121,7 +121,7 @@
 
         self._recalc_ori()
         self.Refresh()
-        wx.MessageDialog(self, _("Cards played are invalid !"), _("Error"), wx.OK | wx.ICON_ERROR).ShowModal()
+        #gof: 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"""