blob: 244a1197a772da2439e51fa224980cb7d9bfc1bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="asciiquariumrc"/>
<group name="Settings">
<entry name="fishCount" type="Int">
<label>Amount of fish to have in the sea.</label>
<default>20</default>
<whatsthis>You can use this value to select the number of fish that will be
on screen at a given time.</whatsthis>
</entry>
</group>
</kcfg>
<!-- vim: set noet ts=4: -->
|