aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AdminPanel/Hosts/GHosts.pm2
-rw-r--r--categories.conf4
2 files changed, 5 insertions, 1 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm
index 8c771f6a..4b64ddf7 100644
--- a/AdminPanel/Hosts/GHosts.pm
+++ b/AdminPanel/Hosts/GHosts.pm
@@ -331,7 +331,7 @@ sub manageHostsDialog {
name => $appTitle,
version => $VERSION,
copyright => "Copyright (c) 2013-2014 by Matteo Pasotti",
- license => "GPLv2",
+ license => $AdminPanel::Shared::License,
comments => "Graphical manager for hosts definitions",
website => "http://gitweb.mageia.org/software/adminpanel",
website_label => "WebSite",
diff --git a/categories.conf b/categories.conf
index ce2c9501..d687780f 100644
--- a/categories.conf
+++ b/categories.conf
@@ -30,6 +30,10 @@
<module>
<class>AdminPanel::Users::GUsers</class>
</module>
+ </category>
+ <category>
+ <title>Network &amp;&amp; Internet</title>
+ <icon>/usr/share/icons/networking_section.png</icon>
<module>
<class>AdminPanel::Hosts::GHosts</class>
</module>