Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index aed612a..6de7500 100644
--- a/terminal.py
+++ b/terminal.py
@@ -166,7 +166,7 @@ class TerminalActivity(activity.Activity):
vt = self._notebook.get_nth_page(self._notebook.get_current_page()).vt
vt.paste_clipboard()
- def _create_view_toolbar(self): # Zoom toolbar
+ def _create_view_toolbar(self): # Zoom toolbar
view_toolbar = gtk.Toolbar()
zoom_out_button = ToolButton('zoom-out')