diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-10 10:10:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-10 10:10:00 +0000 |
commit | 1366ba7668973fede10bc34d0759b7cebd9d2099 (patch) | |
tree | 46771f043d3d5fdba99b663f1a42aacba23a8b0d /perl-install/interactive.pm | |
parent | 46e25ae29ee4cf5aab5e0b439aca9a68f91a2181 (diff) | |
download | drakx-1366ba7668973fede10bc34d0759b7cebd9d2099.tar drakx-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.gz drakx-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.bz2 drakx-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.xz drakx-1366ba7668973fede10bc34d0759b7cebd9d2099.zip |
button behaviour now chosen, and implemented
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index e584e5336..96f46898e 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -16,7 +16,7 @@ use common qw(:common :functional); #- advanced => wether it is shown in by default or only in advanced mode #- disabled => function returning wether it should be disabled (grayed) #- type => -#- button => (with text, clicked) (type defaults to button if clicked is there) +#- button => (with clicked) (type defaults to button if clicked is there) #- bool (with text) #- range (with min, max) #- combo (with list, not_edit) |