Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2007-12-19 03:27:52 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2007-12-19 03:27:52 (GMT)
commitb0b4bac7d787b71b34bb65cecc5dd7584977d92a (patch)
tree1f74584028f5e8feabe3ce8e8fd1e0cc614236bb /pippy_app.py
parentf110813ec8f000be7929f6cd227b346aac06034a (diff)
Use Alt-R as a shortcut for 'Run!'.
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pippy_app.py b/pippy_app.py
index b56a5c9..7fdc1ff 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -144,7 +144,7 @@ class PippyActivity(ViewSourceActivity):
# The "go" button
goicon = gtk.Image()
goicon.set_from_stock(gtk.STOCK_YES, gtk.ICON_SIZE_BUTTON)
- gobutton = gtk.Button(label=_("Run!"))
+ gobutton = gtk.Button(label=_("_Run!"))
gobutton.set_image(goicon)
gobutton.connect('clicked', self.gobutton_cb)
gobutton.set_size_request(650, 2)