changed Find entity to Open Profile
This commit is contained in:
parent
43124c4c97
commit
f87da4103d
1 changed files with 2 additions and 2 deletions
|
@ -124,9 +124,9 @@ class Timeline:
|
||||||
mentionsAction.setStatusTip("Show Mentions")
|
mentionsAction.setStatusTip("Show Mentions")
|
||||||
mentionsAction.triggered.connect(self.app.mentions_show)
|
mentionsAction.triggered.connect(self.app.mentions_show)
|
||||||
|
|
||||||
findEntityAction = QtGui.QAction("&Entity", self.window)
|
findEntityAction = QtGui.QAction("&Open Profile", self.window)
|
||||||
findEntityAction.setShortcut("Ctrl+u")
|
findEntityAction.setShortcut("Ctrl+u")
|
||||||
findEntityAction.setStatusTip("Find Entity")
|
findEntityAction.setStatusTip("Find entity and open its profile view")
|
||||||
findEntityAction.triggered.connect(self.app.find_entity_show)
|
findEntityAction.triggered.connect(self.app.find_entity_show)
|
||||||
|
|
||||||
hideAction = QtGui.QAction("&Hide window", self.window)
|
hideAction = QtGui.QAction("&Hide window", self.window)
|
||||||
|
|
Reference in a new issue