Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-05 08:58:55 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-05 08:58:55 (GMT)
commit0573e56d2c67a529a12d379cd89f4e575cb3c70a (patch)
treefa494e0cdd2921c94c80c7fe7a9223f2795c0591
parent695898fb461f50dfae201f596a76b08e5cd71e7e (diff)
Use standard icon name.
-rw-r--r--shell/intro/intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/intro/intro.py b/shell/intro/intro.py
index 1d070da..38c0a7b 100644
--- a/shell/intro/intro.py
+++ b/shell/intro/intro.py
@@ -244,7 +244,7 @@ class IntroBox(hippo.CanvasBox, hippo.CanvasItem):
padding_bottom=units.grid_to_pixels(0.5))
self.append(self._color_box)
- self._ok = iconbutton.IconButton(icon_name="theme:stock-forward",
+ self._ok = iconbutton.IconButton(icon_name="theme:go-next",
padding_bottom=units.grid_to_pixels(0.5))
self._ok.connect('activated', self._ok_activated)
self.append(self._ok)