Terminate a string.

This commit is contained in:
Thomas Hurst 2008-07-06 16:22:22 +01:00
parent 1baef967a6
commit c877b63c40
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class TerminatorTerm (gtk.VBox):
# gnome.url_show() is really useful
dbg ('url_show: importing gnome module')
import gnome
gnome.init ('terminator', 'terminator)
gnome.init ('terminator', 'terminator')
self.url_show = gnome.url_show
except:
# webbrowser.open() is not really useful, but will do as a fallback