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
ed0bed35
Commit
ed0bed35
authored
Aug 17, 2010
by
Robert Loehning
Browse files
Fixed untranslated string
parent
0da16a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljseditorplugin.cpp
View file @
ed0bed35
...
...
@@ -126,7 +126,7 @@ bool QmlJSEditorPlugin::initialize(const QStringList & /*arguments*/, QString *e
Core
::
ActionContainer
*
menuQtQuick
=
am
->
createMenu
(
Constants
::
M_QTQUICK
);
menuQtQuick
->
menu
()
->
setTitle
(
tr
(
"Qt Quick"
));
mtools
->
addMenu
(
menuQtQuick
);
m_actionPreview
=
new
QAction
(
"&Preview"
,
this
);
m_actionPreview
=
new
QAction
(
tr
(
"&Preview"
)
,
this
);
QList
<
int
>
toolsMenuContext
=
QList
<
int
>
()
<<
core
->
uniqueIDManager
()
->
uniqueIdentifier
(
QmlDesigner
::
Constants
::
C_QT_QUICK_TOOLS_MENU
);
...
...
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