From 8d805b7feb85e8fec51540f565597d00c4a42af2 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 11 Jan 2016 18:45:03 +0100 Subject: Updated date --- extras/module_templete/ManaTools/Module/ModuleTemplate.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extras/module_templete/ManaTools/Module') 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 +# Copyright (c) 2015-2016 Angelo Naselli # # 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") }); - + }; -- cgit v1.2.1