From cee8eedf86e78a7cfa634a519fb0f69623718545 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 1 Sep 2014 23:38:29 +0200 Subject: Fixed about title --- lib/AdminPanel/MainDisplay.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/AdminPanel/MainDisplay.pm') diff --git a/lib/AdminPanel/MainDisplay.pm b/lib/AdminPanel/MainDisplay.pm index cee69bc5..118fc787 100644 --- a/lib/AdminPanel/MainDisplay.pm +++ b/lib/AdminPanel/MainDisplay.pm @@ -205,7 +205,7 @@ sub start { $translators =~ s/\/\>\;/g; my $sh_gui = AdminPanel::Shared::GUI->new(); - $sh_gui->AboutDialog({ name => "Rpmdragora", + $sh_gui->AboutDialog({ name => $self->{name}, version => $AdminPanel::MainDisplay::VERSION, credits => $self->{loc}->N("Copyright (C) %s Mageia community", '2013-2014'), license => $self->{loc}->N("GPLv2"), @@ -588,6 +588,7 @@ sub _loadCategories { undef $tmpMod if !$loaded; } $hasNextMod = $inFile->hasNextMod(); + } } } -- cgit v1.2.1