Fix up remaining references to DocPath

pull/21/head
Timothy Pearson 10 years ago
parent c5d1fdfc4a
commit d14761fbbe

@ -599,7 +599,7 @@ int create( TDECmdLineArgs *args )
protocolFile.writeEntry( "input", "none" );
protocolFile.writeEntry( "output", "filesystem" );
protocolFile.writeEntry( "reading", "true" );
protocolFile.writeEntry( "DocPath", "tdeioslave/" + protocol + ".html" );
protocolFile.writeEntry( "X-DocPath", "tdeioslave/" + protocol + ".html" );
protocolFile.sync();
}

Loading…
Cancel
Save