[PATCH] typo fix in kdevelop/ckdevelop_init.cpp in snapshot

Sandor Takacs taki at cloud.matav.sulinet.hu
Thu Feb 24 18:59:07 GMT 2000


				Hello!

I found a typo in kdevelop/ckdevelop_init.cpp. I fixed it. Patch attached.
It against ftp.kde.org/pub/snapshots/current/kdevelop-20000224.tar.bz2.
Please apply it too :)

-- 
Takika
-------------- next part --------------
--- kdevelop/ckdevelop_init.cpp.orig	Thu Feb 24 19:54:57 2000
+++ kdevelop/ckdevelop_init.cpp	Thu Feb 24 19:57:07 2000
@@ -488,7 +488,7 @@
 
   edit_menu->insertSeparator();
   edit_menu->addCommand(ctEditCommands, cmSelectAll,pixmap, this,SLOT(slotEditSelectAll()),ID_EDIT_SELECT_ALL);
-  edit_menu->addCommand(ctEditCommands, cmDeselectAll,pixmap,this,SLOT(slotEditDelectAll()), ID_EDIT_DESELECT_ALL);
+  edit_menu->addCommand(ctEditCommands, cmDeselectAll,pixmap,this,SLOT(slotEditDeselectAll()), ID_EDIT_DESELECT_ALL);
   edit_menu->addCommand(ctEditCommands, cmInvertSelection, ID_EDIT_INVERT_SELECTION);
 
 
@@ -996,7 +996,7 @@
   // the clipboard change signal is not needed in kwrite (jochen)
   connect(QApplication::clipboard(), SIGNAL(dataChanged()), this, SLOT(slotClipboardChanged()));
 
-  connect(t_tab_view,SIGNAL(tabSelected(int)),this,SLOT(slotTTabSelected(int)));
+  connect(t_tab_view,SIGNAL(tabSelected(int)),this,SLOT(slotTabSelected(int)));
 
   connect(class_tree,SIGNAL(setStatusbarProgressSteps(int)),statProg,SLOT(setTotalSteps(int)));
   connect(class_tree,SIGNAL(setStatusbarProgress(int)),statProg,SLOT(setProgress(int)));


More information about the KDevelop mailing list