diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-08 00:27:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-08 00:27:18 -0600 |
commit | d14761fbbe8dd53a1c470151f3e92dac0ce71d55 (patch) | |
tree | aa2c5d7d88d8373f2fa55e0f710e418172caded1 /kode | |
parent | c5d1fdfc4a58dd5394356f5be78d76ba5ae23537 (diff) | |
download | tdepim-d14761fbbe8dd53a1c470151f3e92dac0ce71d55.tar.gz tdepim-d14761fbbe8dd53a1c470151f3e92dac0ce71d55.zip |
Fix up remaining references to DocPath
Diffstat (limited to 'kode')
-rw-r--r-- | kode/kodemain.cpp | 2 |
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(); } |