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
ce80090d
Commit
ce80090d
authored
Mar 22, 2011
by
hjk
Browse files
help: add menu keyboard accellerators
parent
14f6d9d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
ce80090d
...
...
@@ -100,8 +100,8 @@
using
namespace
Core
::
Constants
;
using
namespace
Help
::
Internal
;
const
char
*
const
SB_INDEX
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"Index"
);
const
char
*
const
SB_CONTENTS
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"Contents"
);
const
char
*
const
SB_INDEX
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"
&
Index"
);
const
char
*
const
SB_CONTENTS
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"
&
Contents"
);
const
char
*
const
SB_BOOKMARKS
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"Bookmarks"
);
const
char
*
const
SB_SEARCH
=
QT_TRANSLATE_NOOP
(
"Help::Internal::HelpPlugin"
,
"Search"
);
...
...
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