diff options
Diffstat (limited to 'lib/network/connection/dvb.pm')
-rw-r--r-- | lib/network/connection/dvb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/dvb.pm b/lib/network/connection/dvb.pm index 3364886..ec085b3 100644 --- a/lib/network/connection/dvb.pm +++ b/lib/network/connection/dvb.pm @@ -11,7 +11,7 @@ use modules; sub get_type_name() { N("DVB") } sub get_type_description() { N("Satellite (DVB)") } -sub get_type_icon() { 'dvb-24.png' } +sub get_type_icon() { 'dvb-24' } sub get_devices() { require detect_devices; |