From da1b605bec29304f1337f45c777929cd46313102 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 5 Mar 2008 00:08:14 +0000 Subject: use firewall icon from control center in non-install mode --- lib/network/drakfirewall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/network/drakfirewall.pm') 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. -- cgit v1.2.1