summaryrefslogtreecommitdiffstats
path: root/kode/kodemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r--kode/kodemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index 84882054f..d97570bee 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -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();
}