Update
svn: r6514
This commit is contained in:
parent
6921e6e316
commit
8c0b45b5c3
@ -270,7 +270,7 @@ class PersonNavView(BookMarkView):
|
|||||||
|
|
||||||
self.fwd_action = gtk.ActionGroup(self.title + '/Forward')
|
self.fwd_action = gtk.ActionGroup(self.title + '/Forward')
|
||||||
self.fwd_action.add_actions([
|
self.fwd_action.add_actions([
|
||||||
('Forward',gtk.STOCK_GO_FORWARD,)("_Forward"),
|
('Forward',gtk.STOCK_GO_FORWARD,_("_Forward"),
|
||||||
None, None, self.fwd_clicked)
|
None, None, self.fwd_clicked)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user