dolphin/kdepasswd/kcm/kcm_useraccount_pass.kcfg
Frans Englich b2de9fa497 Small fixes, and:
* Use KConfigXT properly
* Quick Help

svn path=/trunk/kdebase/kdepasswd/; revision=345671
2004-09-11 14:01:37 +00:00

19 lines
546 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="kdeglobals"/>
<group name="Passwords">
<entry name="EchoMode" type="Enum">
<label>Password echo type</label>
<choices>
<choice name="OneStar"/>
<choice name="ThreeStars"/>
<choice name="NoEcho"/>
<!-- TODO: We need a ShowPassword and implement it.
We need to prompt for password before
enabling it..-->
</choices>
<default>OneStar</default>
</entry>
</group>
</kcfg>