[pve-devel] applied: [PATCH installer] change last button to 'Install'
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 28 13:26:32 CET 2018
On 11/28/18 12:28 PM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
> proxinstall | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/proxinstall b/proxinstall
> index 2f665dc..b3baa3d 100755
> --- a/proxinstall
> +++ b/proxinstall
> @@ -1991,7 +1991,7 @@ sub create_ipconf_view {
> $vbox2->pack_start ($dnsbox, 0, 0, 0);
>
> $inbox->show_all;
> - set_next (undef, sub {
> + set_next ('_Install', sub {
>
> # verify hostname
>
>
applied, thanks!
More information about the pve-devel
mailing list