Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
0441b0c8
Commit
0441b0c8
authored
Feb 07, 2021
by
Waqar Ahmed
Browse files
Rename command bar action to include the word git
parent
494bbec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectview.cpp
View file @
0441b0c8
...
...
@@ -51,7 +51,7 @@ KateProjectView::KateProjectView(KateProjectPluginView *pluginView, KateProject
auto
chckbr
=
pluginView
->
actionCollection
()
->
addAction
(
QStringLiteral
(
"checkout_branch"
),
this
,
[
this
]
{
m_branchBtn
->
click
();
});
chckbr
->
setText
(
QStringLiteral
(
"Checkout Branch"
));
chckbr
->
setText
(
QStringLiteral
(
"Checkout
Git
Branch"
));
m_branchesDialog
=
new
BranchesDialog
(
this
,
mainWindow
,
m_project
->
baseDir
());
/**
...
...
Write
Preview
Supports
Markdown
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