diff options
Diffstat (limited to 'lib/network/drakfirewall.pm')
-rw-r--r-- | lib/network/drakfirewall.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm index 40b1155..537790c 100644 --- a/lib/network/drakfirewall.pm +++ b/lib/network/drakfirewall.pm @@ -188,7 +188,7 @@ sub choose_allowed_services { $in->ask_from_({ messages => N("Which services would you like to allow the Internet to connect to?"), title => N("Firewall"), - icon => 'banner-security', + icon => $network::shorewall::firewall_icon, banner_title => N("Firewall"), advanced_messages => N("You can enter miscellaneous ports. Valid examples are: 139/tcp 139/udp 600:610/tcp 600:610/udp. @@ -252,7 +252,7 @@ sub choose_watched_services { $_->{ifw} = 1 foreach @l; $in->ask_from_({ - icon => 'banner-security', + icon => $network::shorewall::firewall_icon, banner_title => N("Interactive Firewall"), messages => N("You can be warned when someone accesses to a service or tries to intrude into your computer. |