diff options
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 324fe3442..df5030883 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -51,7 +51,7 @@ use do_pkgs; #- tree_expanded boolean telling wether the tree should be wide open by default #- quit_if_double_click boolean #- allow_empty_list disables the special cases for 0 and 1 element lists -#- image2f is a subroutine which takes a value of the list as parameter, and returns an array (text, image_file_name)) +#- image2f is a subroutine which takes a value of the list as parameter, and returns image_file_name #- entry (the default) (with hidden) # #- heritate from this class and you'll get all made interactivity for same steps. |