Skip to content
GitLab
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
c996238d
Commit
c996238d
authored
Dec 04, 2009
by
Oswald Buddenhagen
Browse files
fix error message
parent
de86a1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeragents.cpp
View file @
c996238d
...
...
@@ -105,8 +105,8 @@ void MemoryViewAgent::init(quint64 addr)
}
else
{
m_manager
->
showMessageBox
(
QMessageBox
::
Warning
,
tr
(
"No memory viewer available"
),
tr
(
"The memory contents cannot be shown as no viewer plugin
not
"
"
the BinEditor plugin could
be loaded."
));
tr
(
"The memory contents cannot be shown as no viewer plugin "
"
for binary daty has
be
en
loaded."
));
deleteLater
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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