From 6b53a74ddd8bff550a5da4795c5b3479454e38ff Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Mar 2004 09:51:46 +0000 Subject: use std banner --- perl-install/standalone/drakups | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 53c4743c7..bba576929 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -303,8 +303,11 @@ if (!$::isEmbedded) { #------------------------------------------------------------------ # main window: + +my $_msg = N("Welcome to the UPS configuration tools"); + $w->{window}->add(gtkpack_(Gtk2::VBox->new, - 0, Gtk2::Label->new(N("Welcome to the UPS configuration tools")), + 0, Gtk2::Banner->new('drakups', N("DrakUPS")), 1, my $nb = Gtk2::Notebook->new, 0, create_okcancel( my $oc = { -- cgit v1.2.1