Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-01 20:10:23 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-01 20:10:23 (GMT)
commit8a120276b39d1a7443e9f1ef6d589d2478550c2e (patch)
tree0c185f48ba5e8ebcaad60683aaef19d59004e94c
parent490c6ea9fc4669b2c0ab6b77fb7a41bce03aa405 (diff)
Adding tooltip to image rotate button
-rw-r--r--widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets.py b/widgets.py
index 17ac080..8073c28 100644
--- a/widgets.py
+++ b/widgets.py
@@ -77,6 +77,7 @@ class ImageEditor(gtk.VBox):
self.toolbar.insert(scale_button, -1)
rotate_button = ToolButton("image-rotate")
+ rotate_button.set_tooltip("Rotate")
rotate_button.connect("clicked", self.rotate_image)
rotate_button.show()
self.toolbar.insert(rotate_button, -1)