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
Marco Bubke
flatpak-qt-creator
Commits
766ca41c
Commit
766ca41c
authored
Dec 10, 2008
by
con
Browse files
Fixes: - Give show commit dialog a window title
parent
7a4ef123
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/git/changeselectiondialog.cpp
View file @
766ca41c
...
...
@@ -43,6 +43,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent)
{
m_ui
.
setupUi
(
this
);
connect
(
m_ui
.
repositoryButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
selectWorkingDirectory
()));
setWindowTitle
(
tr
(
"Select a Git commit"
));
}
void
ChangeSelectionDialog
::
selectWorkingDirectory
()
...
...
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