Update
svn: r6514
This commit is contained in:
parent
86762728be
commit
a3554a8706
@ -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…
Reference in New Issue
Block a user