Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-05 00:54:41 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-05 00:54:41 (GMT)
commit39d4dd04b711137b113078c907fd0719c79de5d2 (patch)
tree535b9e2f4a2d00eab9b86db3a45014f50d90478c /Edit
parent371ac6d4eb9cfbb8928b9a120819182372319ea5 (diff)
parentfb8e08b4fffa81d5113dd36e3c8af77503f14f03 (diff)
Merge branch 'master' of git+ssh://olipet@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Edit')
-rw-r--r--Edit/MainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index 8c4599e..458203e 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -390,7 +390,7 @@ class MainWindow( SubActivity ):
self.tooltips.set_tip(self.GUI["2playButton"],Tooltips.TRANSPORT_PLAY)
self.tooltips.set_tip(self.GUI["2stopButton"],Tooltips.TRANSPORT_STOP)
self.tooltips.set_tip(self.GUI["2pauseButton"],Tooltips.TRANSPORT_PAUSE)
-
+ self.tooltips.set_tip(self.GUI["2loopButton"],Tooltips.TRANSPORT_CLOSE)
# + tune box
self.GUI["2tuneBox"] = formatRoundBox( RoundHBox(), Config.BG_COLOR )
self.GUI["2tuneHBox"] = gtk.HBox()