Change
jbb
jbb at kdevelop.org
Fri Dec 20 00:32:05 UTC 2002
Hi,
This change causes a crash on startup, so I've reverted it in cvs for now. It
looks like a half finished change to me. Does anybody know what is wanted
here as the cvs comment of "s" doesn't give me any clue whatsoever...
jbb
----------------------------
revision 1.31
date: 2002/12/19 17:59:59; author: jsgaarde; state: Exp; lines: +3 -3
s
=============================================================================
cvs -f diff -bp -u -r1.30 -r1.31 doctreeviewpart.cpp
Index: doctreeviewpart.cpp
===================================================================
RCS file: /home/kde/kdevelop/parts/doctreeview/doctreeviewpart.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -p -u -r1.30 -r1.31
--- doctreeviewpart.cpp 3 Dec 2002 23:11:49 -0000 1.30
+++ doctreeviewpart.cpp 19 Dec 2002 17:59:59 -0000 1.31
@@ -66,9 +66,9 @@ DocTreeViewPart::DocTreeViewPart( QObjec
KAction *action;
- action = new KAction( i18n("Lookup in &Index..."), 0,
- this, SLOT(slotDocumentationIndex()),
- actionCollection(), "help_lookupindex" );
+// action = new KAction( i18n("Lookup in &Index..."), 0,
+// this, SLOT(slotDocumentationIndex()),
+// actionCollection(), "help_lookupindex" );
action->setStatusText( i18n("Allows you to lookup a term in the
documentation index") );
action->setWhatsThis( i18n("Lookup in documentation index\n\n"
"Opens the documentation index dialog. There
you "
More information about the KDevelop-devel
mailing list