aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-11 18:45:03 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-11 19:11:50 +0100
commit8d805b7feb85e8fec51540f565597d00c4a42af2 (patch)
treec2974b35768b9f4c345adf9815bc3c8ce9af6b39 /extras
parentb87547f413ce7cc482d0490786c03b79a3c93197 (diff)
downloadmanatools-8d805b7feb85e8fec51540f565597d00c4a42af2.tar
manatools-8d805b7feb85e8fec51540f565597d00c4a42af2.tar.gz
manatools-8d805b7feb85e8fec51540f565597d00c4a42af2.tar.bz2
manatools-8d805b7feb85e8fec51540f565597d00c4a42af2.tar.xz
manatools-8d805b7feb85e8fec51540f565597d00c4a42af2.zip
Updated date
Diffstat (limited to 'extras')
-rw-r--r--extras/module_templete/ManaTools/Module/ModuleTemplate.pm6
-rwxr-xr-xextras/module_templete/mana_mt2
2 files changed, 4 insertions, 4 deletions
diff --git a/extras/module_templete/ManaTools/Module/ModuleTemplate.pm b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
index 263627bb..466c4b7c 100644
--- a/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
+++ b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2015 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -95,11 +95,11 @@ sub start {
# use either Shared::Module::GUI::Dialog to implement your layout
# and manage your events or use yui::YUI::app()->setApplicationTitle
# and yui::YUI::app()->setApplicationIcon to here
-
+
$self->sh_gui->msgBox({
text => $self->loc->N("Hello world, I am the beautiful module template")
});
-
+
};
diff --git a/extras/module_templete/mana_mt b/extras/module_templete/mana_mt
index 04ffe291..32851639 100755
--- a/extras/module_templete/mana_mt
+++ b/extras/module_templete/mana_mt
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2015 Angelo Naselli
+# Copyright 2015-2016 Angelo Naselli
#
# This file is part of manatools
# and it is a script to test the module template