[Bug 76553] Add Documentation Entry: Strange GUI, impossible to add documentation
Alexander Dymo
cloudtemple at mksat.net
Wed Mar 3 19:48:05 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=76553
------- Additional Comments From cloudtemple mksat net 2004-03-03 19:47 -------
CVS commit by dymo:
Use "all/allfiles" mimetype in "add bookmark" dialog. We can bookmark and view not only html files.
CCMAIL: 76553 bugs kde org
M +1 -1 doctreeglobalconfigwidget.cpp 1.31
--- kdevelop/parts/doctreeview/doctreeglobalconfigwidget.cpp #1.30:1.31
@ -345,5 +345,5 @ void DocTreeGlobalConfigWidget::runHtdig
void DocTreeGlobalConfigWidget::addBookmarkClicked()
{
- AddDocItemDialog dlg;
+ AddDocItemDialog dlg(KFile::File, "all/allfiles");
if (!dlg.exec())
return;
More information about the KDevelop-devel
mailing list