Copy and paste error in the EditToolbar
This commit is contained in:
parent
070d7a6dfc
commit
2a91e02444
@ -194,7 +194,7 @@ class EditToolbar(gtk.Toolbar):
|
|||||||
self.copy.show()
|
self.copy.show()
|
||||||
|
|
||||||
self.paste = ToolButton('edit-paste')
|
self.paste = ToolButton('edit-paste')
|
||||||
self.copy.set_tooltip(_('Paste'))
|
self.paste.set_tooltip(_('Paste'))
|
||||||
self.insert(self.paste, -1)
|
self.insert(self.paste, -1)
|
||||||
self.paste.show()
|
self.paste.show()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user