From ebabc24acb310697ce2b397541cc7ef0e2ef05a5 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 08 Jul 2008 21:41:21 +0000 Subject: Still fixing icons --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 84fcc87..4d3638b 100644 --- a/activity.py +++ b/activity.py @@ -13,13 +13,13 @@ class PhysicsActivity(olpcgames.PyGameActivity): toolbar = super(PhysicsActivity, self).build_toolbar() # Add buttons - toolbar.button1 = ToolButton('activity-minus') + toolbar.button1 = ToolButton('minus') toolbar.button1.set_tooltip(_('Button One')) toolbar.button1.connect('clicked', self._button1_cb) toolbar.insert(toolbar.button1, 2) toolbar.button1.show() - toolbar.button2 = ToolButton('activity-plus') + toolbar.button2 = ToolButton('plus') toolbar.button2.set_tooltip(_('button-2')) toolbar.button2.connect('clicked', self._button2_cb) toolbar.insert(toolbar.button2, 2) -- cgit v0.9.1