diff options
Diffstat (limited to 'tdescreensaver/kdesavers/tdeasciiquarium/asciiquarium.kcfg')
-rw-r--r-- | tdescreensaver/kdesavers/tdeasciiquarium/asciiquarium.kcfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tdescreensaver/kdesavers/tdeasciiquarium/asciiquarium.kcfg b/tdescreensaver/kdesavers/tdeasciiquarium/asciiquarium.kcfg new file mode 100644 index 00000000..87701bce --- /dev/null +++ b/tdescreensaver/kdesavers/tdeasciiquarium/asciiquarium.kcfg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> +<kcfg> + <kcfgfile name="tdeasciiquariumrc"/> + <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: --> |