CVS commit by dymo: Applied patch by John Tapsell - modify limit_urls_to option. M +1 -1 htdigindex.cpp 1.2 --- kdevelop/parts/documentation/tools/htdig/htdigindex.cpp #1.1:1.2 @@ -238,5 +238,5 @@ bool ProgressDialog::createConfig() // ts << "local_urls:\t\tfile://=" << endl; ts << "local_urls_only:\ttrue" << endl; - ts << "limit_urls_to:\t\tfile://" << endl; + ts << "limit_urls_to:\t\tfile:// http://localhost/" << endl; ts << "maximum_pages:\t\t1" << endl; ts << "image_url_prefix:\t" << images << endl;