Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Cervisia
Commits
2ef934fd
Commit
2ef934fd
authored
Sep 13, 2001
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix about menu.
svn path=/trunk/kdesdk/cervisia/; revision=114120
parent
507f90fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
Makefile.am
Makefile.am
+2
-2
cervisiapart.cpp
cervisiapart.cpp
+2
-2
cervisiaui.rc
cervisiaui.rc
+1
-2
No files found.
Makefile.am
View file @
2ef934fd
...
...
@@ -39,8 +39,8 @@ appsdir = $(kde_appsdir)/Development
rcdir
=
$(kde_datadir)
/cervisia
rc_DATA
=
cervisiaui.rc cervisiashellui.rc
partdir
=
$(kde_datadir)
/cervisia
part_DATA
=
cervisiaui.rc cervisiashellui.rc
#
partdir = $(kde_datadir)/cervisia
#
part_DATA = cervisiaui.rc cervisiashellui.rc
messages
:
$(XGETTEXT)
-C
-ki18n
-x
$(kde_includes)
/kde.pot
$(cervisia_SOURCES)
\
...
...
cervisiapart.cpp
View file @
2ef934fd
...
...
@@ -492,8 +492,8 @@ void CervisiaPart::setupActions()
action
->
setToolTip
(
hint
);
action
->
setWhatsThis
(
hint
);
action
=
KStdAction
::
aboutApp
(
this
,
SLOT
(
aboutCervisia
()),
actionCollection
(),
"help_about_cervisia"
);
//
action = KStdAction::aboutApp( this, SLOT(aboutCervisia()),
//
actionCollection(), "help_about_cervisia" );
}
void
CervisiaPart
::
popupRequested
()
...
...
cervisiaui.rc
View file @
2ef934fd
<!DOCTYPE kpartgui>
<kpartgui
name=
"CervisiaPart"
version=
"
2
"
>
<kpartgui
name=
"CervisiaPart"
version=
"
3
"
>
<MenuBar>
<Menu
name=
"file"
><text>
&
File
</text>
<Action
name=
"insert_changelog_entry"
/>
...
...
@@ -67,7 +67,6 @@
</Menu>
<Menu
name=
"help"
><text>
&
Help
</text>
<Separator/>
<Action
name=
"help_about_cervisia"
/>
<Action
name=
"help_cvs_manual"
/>
</Menu>
</MenuBar>
...
...
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