summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/memofileconduit/memofileconduit.kcfg
blob: 506e040ed0cc4c2fa349e4cc1ba151bc945a27e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg><kcfgfile name="kpilotrc"/> 
  <group name="memofile-conduit">
    <entry name="Directory" type="Path">
        <label>What directory do you want to sync your PDA's memos with?</label>
        <default>$HOME/MyMemos</default>
    </entry>
    <entry name="SyncPrivate" type="Bool">
        <label>Do you want to sync your private records to the filesystem?</label>
        <default>true</default>
    </entry>
	
  </group>
	
</kcfg>