summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-10 10:10:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-10 10:10:00 +0000
commit1366ba7668973fede10bc34d0759b7cebd9d2099 (patch)
tree46771f043d3d5fdba99b663f1a42aacba23a8b0d /perl-install/interactive.pm
parent46e25ae29ee4cf5aab5e0b439aca9a68f91a2181 (diff)
downloaddrakx-backup-do-not-use-1366ba7668973fede10bc34d0759b7cebd9d2099.tar
drakx-backup-do-not-use-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.gz
drakx-backup-do-not-use-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.bz2
drakx-backup-do-not-use-1366ba7668973fede10bc34d0759b7cebd9d2099.tar.xz
drakx-backup-do-not-use-1366ba7668973fede10bc34d0759b7cebd9d2099.zip
button behaviour now chosen, and implemented
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm2
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)