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
Tobias Hunger
qt-creator
Commits
4dfd5ac3
Commit
4dfd5ac3
authored
Feb 23, 2009
by
con
Browse files
Fixes: - Missing tr and bad mnemonic for File->Session
Task: - 244546
parent
4a1a0e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
4dfd5ac3
...
...
@@ -441,7 +441,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
// session menu
Core
::
ActionContainer
*
msession
=
am
->
createMenu
(
Constants
::
M_SESSION
);
msession
->
menu
()
->
setTitle
(
"
&
Session"
);
msession
->
menu
()
->
setTitle
(
tr
(
"Session"
)
)
;
mfile
->
addMenu
(
msession
,
Core
::
Constants
::
G_FILE_PROJECT
);
m_sessionMenu
=
msession
->
menu
();
connect
(
mfile
->
menu
(),
SIGNAL
(
aboutToShow
()),
...
...
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