diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 22:09:16 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 22:09:16 -0600 |
commit | 194cf519e45c2c80035014dad11cb7fb245accc4 (patch) | |
tree | 58885e314962a2d5ce8f1e18b76ff8880d86417f /kghostview | |
parent | d2151830b92cef57979150ed058c5f28fc4aef35 (diff) | |
download | tdegraphics-194cf519e45c2c80035014dad11cb7fb245accc4.tar.gz tdegraphics-194cf519e45c2c80035014dad11cb7fb245accc4.zip |
Add GUI check box control whether to retainn kpdf metadata.
This resolves bug report 1215.
Diffstat (limited to 'kghostview')
-rw-r--r-- | kghostview/kghostview.kcfg | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/kghostview/kghostview.kcfg b/kghostview/kghostview.kcfg index 362191f3..441e1bb3 100644 --- a/kghostview/kghostview.kcfg +++ b/kghostview/kghostview.kcfg @@ -41,11 +41,16 @@ <whatsthis></whatsthis> <default>true</default> </entry> - <entry name="WatchFile" type="Bool"> - <label>Watch File</label> - <whatsthis>If this is on, then the file will be reloaded whenever it changes on disk</whatsthis> - <default>false</default> - </entry> + <entry name="WatchFile" type="Bool"> + <label>Watch File</label> + <whatsthis>If this is on, then the file will be reloaded whenever it changes on disk</whatsthis> + <default>false</default> + </entry> + <entry name="RetainDocumentData" type="Bool"> + <label>Retain document viewing data</label> + <whatsthis>If this is on, then document viewing options are retained</whatsthis> + <default>true</default> + </entry> </group> <group name="Ghostscript"> <entry name="Interpreter" type="String"> |