diff options
Diffstat (limited to 'lib/network/connection/cable.pm')
-rw-r--r-- | lib/network/connection/cable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cable.pm b/lib/network/connection/cable.pm index e74ac6a..8d4fe07 100644 --- a/lib/network/connection/cable.pm +++ b/lib/network/connection/cable.pm @@ -12,7 +12,7 @@ use detect_devices; sub get_type_name() { N("Cable") } sub get_type_description() { N("Cable modem") } -sub get_type_icon() { 'cablemodem-24.png' } +sub get_type_icon() { 'cablemodem-24' } sub get_metric { 20 } sub handles_ifcfg { |