kde-extraapps/kget/transfer-plugins/checksumsearch/kget_checksumsearchfactory.kcfg
Ivailo Monev 71ef284c08 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-02 17:00:14 +00:00

22 lines
947 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>kdemacros.h</include>
<kcfgfile name="kget_checksumsearchfactory.rc"/>
<group name="ChecksumSearch">
<entry name="SearchStrings" type="StringList">
<label>List of the available search engines</label>
<default>.md5,MD5SUMS,.sha1,SHA1SUMS,-CHECKSUM</default>
</entry>
<entry name="UrlChangeModeList" type="IntList">
<label>List of the available search engine URLs</label>
<default>0,1,0,1,2</default>
</entry>
<entry name="ChecksumTypeList" type="StringList">
<label>List of the available search engine URLs</label>
<default>md5,md5,sha1,sha1,</default>
</entry>
</group>
</kcfg>