picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 0f5308298e2676424c0726bdedb7e87ae4495f94
parent 76fb47105de8f4a8122c699662a67912fde581d3
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 23 May 2013 18:03:43 +0200

Remove tooltip from password field
Diffstat:
Mapp/user.l | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app/user.l b/app/user.l @@ -1,4 +1,4 @@ -# 21jan13abu +# 23may13abu # (c) Software Lab. Alexander Burger (must "User Administration" UserAdmin) @@ -8,8 +8,7 @@ (<grid> 2 ,"Login Name" (gui '(+E/R +Cue +TextField) '(nm : home obj) ,"User" 30) ,"Password" - (gui '(+Tip +Able +E/R +Fmt +TextField) - '(and (may Password) (val> This)) + (gui '(+Able +E/R +Fmt +TextField) '(may Password) '(pw : home obj) '((V) (and V "****"))