aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module/Proxy.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Module/Proxy.pm')
-rw-r--r--lib/ManaTools/Module/Proxy.pm10
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"),