Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardsort.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-24 16:59:41 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-24 16:59:41 (GMT)
commitaf891b8342d29a6f52ad7527862a607ae277c855 (patch)
tree42ec21b9f869390c8cb674f0ae133ac56f922ce4 /cardsort.py
parent0741bf5614e511aba4cddf320bf7c3906dc528e8 (diff)
added match highight
Diffstat (limited to 'cardsort.py')
-rwxr-xr-xcardsort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardsort.py b/cardsort.py
index 596d180..bd3ddb0 100755
--- a/cardsort.py
+++ b/cardsort.py
@@ -85,7 +85,7 @@ class CardSortMain:
# Start the activity
self.tw = window.new_window(canvas, \
os.path.join(os.path.abspath('.'), \
- 'images/card'))
+ 'images'))
self.tw.win = self.win
self.tw.test = self.tw.grid.test2x2
self.tw.grid.reset2x2(self.tw)