Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg-hgtk
Commits
d1fa1a969b60
Commit
d76ebc70
authored
Jan 29, 2011
by
André Sintzoff
Browse files
quickbar: use Jump icon instead of Go text
parent
1482f9a458f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/quickbar.py
View file @
d1fa1a96
...
...
@@ -260,7 +260,7 @@ class GotoQuickBar(QuickBar):
def
createActions
(
self
,
openkey
,
desc
):
QuickBar
.
createActions
(
self
,
openkey
,
desc
)
self
.
_actions
[
'go'
]
=
QAction
(
'Go'
,
self
)
self
.
_actions
[
'go'
]
=
QAction
(
geticon
(
'go-jump'
),
_
(
'Go'
)
,
self
)
self
.
_actions
[
'go'
].
triggered
.
connect
(
self
.
goto
)
def
goto
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment