diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-12-30 22:57:52 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-12-30 22:57:52 +0100 |
commit | 4b9615df8532770c9be8584f2188c57be7a06e95 (patch) | |
tree | c53e22152e63716100ba5ba084a0a2ab93ee90bf | |
parent | f19c5f042db1ed01be9cf854191d1ba35ef167be (diff) | |
download | manatools-4b9615df8532770c9be8584f2188c57be7a06e95.tar manatools-4b9615df8532770c9be8584f2188c57be7a06e95.tar.gz manatools-4b9615df8532770c9be8584f2188c57be7a06e95.tar.bz2 manatools-4b9615df8532770c9be8584f2188c57be7a06e95.tar.xz manatools-4b9615df8532770c9be8584f2188c57be7a06e95.zip |
Used manatools Version from Module
-rw-r--r-- | lib/ManaTools/Module/Proxy.pm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/ManaTools/Module/Proxy.pm b/lib/ManaTools/Module/Proxy.pm index d726a7d4..0139c186 100644 --- a/lib/ManaTools/Module/Proxy.pm +++ b/lib/ManaTools/Module/Proxy.pm @@ -56,14 +56,6 @@ sub _nameInitializer { return ($self->loc->N("manaproxy - Proxy configuration")); }; -=head1 VERSION - -Version 1.0.0 - -=cut - -our $VERSION = '1.0.0'; - has 'dialog' => ( is => 'rw', init_arg => undef @@ -349,7 +341,7 @@ sub _manageProxyDialog { }elsif ($widget == $aboutButton) { $self->sh_gui->AboutDialog({ name => $appTitle, - version => $VERSION, + version => $self->Version(), credits => "Copyright (c) 2013-2014 by Matteo Pasotti", license => "GPLv2", description => $self->loc->N("Graphical manager for proxies"), |