From f19c5f042db1ed01be9cf854191d1ba35ef167be Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 30 Dec 2015 22:57:42 +0100 Subject: Used manatools Version from Module --- lib/ManaTools/Module/LogViewer.pm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lib') diff --git a/lib/ManaTools/Module/LogViewer.pm b/lib/ManaTools/Module/LogViewer.pm index 0d17ca53..9b74c44c 100644 --- a/lib/ManaTools/Module/LogViewer.pm +++ b/lib/ManaTools/Module/LogViewer.pm @@ -96,15 +96,6 @@ sub _SharedUGUIInitialize { $self->sh_gui(ManaTools::Shared::GUI->new() ); } -=head1 VERSION - -Version 1.0.0 - -=cut - -our $VERSION = '1.0.0'; - - my %prior = ('emerg' => 0, 'alert' => 1, 'crit' => 2, @@ -324,7 +315,7 @@ sub _logViewerPanel { $translators =~ s/\/\>\;/g; $self->sh_gui->AboutDialog({ name => $self->name, - version => $self->VERSION, + version => $self->Version(), credits => $self->loc->N("Copyright (C) %s Mageia community", '2014'), license => $self->loc->N("GPLv2"), description => $self->loc->N("Log viewer is a systemd journal viewer"), -- cgit v1.2.1