Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0b133577
Commit
0b133577
authored
May 08, 2009
by
Alessandro Portale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename AboutWorkbench to AboutQtCreator
parent
c757c3f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
share/qtcreator/schemes/MS_Visual_C++.kms
share/qtcreator/schemes/MS_Visual_C++.kms
+1
-1
share/qtcreator/schemes/Xcode.kms
share/qtcreator/schemes/Xcode.kms
+1
-1
src/plugins/coreplugin/coreconstants.h
src/plugins/coreplugin/coreconstants.h
+1
-1
src/plugins/coreplugin/mainwindow.cpp
src/plugins/coreplugin/mainwindow.cpp
+1
-1
No files found.
share/qtcreator/schemes/MS_Visual_C++.kms
View file @
0b133577
...
...
@@ -159,7 +159,7 @@
<shortcut
id=
"QtCreator.ToggleSidebar"
>
<key
value=
"Alt+0"
/>
</shortcut>
<shortcut
id=
"QtCreator.About
Workbench
"
>
<shortcut
id=
"QtCreator.About
QtCreator
"
>
<key
value=
""
/>
</shortcut>
<shortcut
id=
"QtCreator.AboutPlugins"
>
...
...
share/qtcreator/schemes/Xcode.kms
View file @
0b133577
...
...
@@ -60,7 +60,7 @@
<shortcut
id=
"QtCreator.ToggleSidebar"
>
<key
value=
"Ctrl+0"
/>
</shortcut>
<shortcut
id=
"QtCreator.About
Workbench
"
>
<shortcut
id=
"QtCreator.About
QtCreator
"
>
<key
value=
""
/>
</shortcut>
<shortcut
id=
"QtCreator.AboutPlugins"
>
...
...
src/plugins/coreplugin/coreconstants.h
View file @
0b133577
...
...
@@ -140,7 +140,7 @@ const char * const GO_FORWARD = "QtCreator.GoForward";
const
char
*
const
GOTOPREVIOUSGROUP
=
"QtCreator.GotoPreviousTabGroup"
;
const
char
*
const
GOTONEXTGROUP
=
"QtCreator.GotoNextTabGroup"
;
const
char
*
const
WINDOWSLIST
=
"QtCreator.WindowsList"
;
const
char
*
const
ABOUT_
WORKBENCH
=
"QtCreator.About
Workbench
"
;
const
char
*
const
ABOUT_
QTCREATOR
=
"QtCreator.About
QtCreator
"
;
const
char
*
const
ABOUT_PLUGINS
=
"QtCreator.AboutPlugins"
;
const
char
*
const
ABOUT_QT
=
"QtCreator.AboutQt"
;
const
char
*
const
S_RETURNTOEDITOR
=
"QtCreator.ReturnToEditor"
;
...
...
src/plugins/coreplugin/mainwindow.cpp
View file @
0b133577
...
...
@@ -732,7 +732,7 @@ void MainWindow::registerDefaultActions()
#else
tmpaction
=
new
QAction
(
tr
(
"About &Qt Creator..."
),
this
);
#endif
cmd
=
am
->
registerAction
(
tmpaction
,
Constants
::
ABOUT_
WORKBENCH
,
m_globalContext
);
cmd
=
am
->
registerAction
(
tmpaction
,
Constants
::
ABOUT_
QTCREATOR
,
m_globalContext
);
mhelp
->
addAction
(
cmd
,
Constants
::
G_HELP_ABOUT
);
tmpaction
->
setEnabled
(
true
);
connect
(
tmpaction
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
aboutQtCreator
()));
...
...
Write
Preview
Markdown
is supported
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