Fix typo
[kdepim.git] / kjots / kjots.kcfg
blob796717b53ef210ef32bfe71e04c665f890cff0a6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <include>kglobalsettings.h</include>
7 <kcfgfile name="kjotsrc"/>
8 <group name="kjots">
9 <entry name="SplitterSizes" type="IntList">
10 <label>How the main window is divided.</label>
11 </entry>
12 <entry name="CurrentSelection" type="ULongLong">
13 <label>The book or page that is currently active.</label>
14 </entry>
15 <entry name="Font" type="Font">
16 <label>The font used to display the contents of books.</label>
17 <default code="true">KGlobalSettings::generalFont()</default>
18 </entry>
19 <entry name="AutoSave" type="Bool">
20 <label>Whether books should be saved automatically.</label>
21 <default>true</default>
22 </entry>
23 <entry name="Unicode" type="Bool">
24 <label>Whether UTF-8 encoding should be forced for saving and loading.</label>
25 <default>false</default>
26 </entry>
27 <entry name="AutoSaveInterval" type="Int">
28 <label>The interval in minutes at which books should be saved automatically.</label>
29 <default>5</default>
30 </entry>
31 <entry name="LastId" type="ULongLong">
32 <label>The last ID that was used for a book or page.</label>
33 <default>0</default>
34 </entry>
35 <entry name="BookshelfOrder" type="String">
36 <label>The IDs of the books in the bookshelf.</label>
37 <default></default>
38 </entry>
39 <entry name="PageNamePrompt" type="Bool">
40 <label>Ask for a name when creating a new page?</label>
41 <default>false</default>
42 </entry>
43 </group>
44 </kcfg>