summaryrefslogtreecommitdiffstats
path: root/kode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-08 00:27:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-08 00:27:18 -0600
commitd14761fbbe8dd53a1c470151f3e92dac0ce71d55 (patch)
treeaa2c5d7d88d8373f2fa55e0f710e418172caded1 /kode
parentc5d1fdfc4a58dd5394356f5be78d76ba5ae23537 (diff)
downloadtdepim-d14761fbbe8dd53a1c470151f3e92dac0ce71d55.tar.gz
tdepim-d14761fbbe8dd53a1c470151f3e92dac0ce71d55.zip
Fix up remaining references to DocPath
Diffstat (limited to 'kode')
-rw-r--r--kode/kodemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index 84882054..d97570be 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();
}