diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakups | 5 |
1 files changed, 4 insertions, 1 deletions
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 = { |