diff options
| -rw-r--r-- | hardinfo2/network.c | 10 | ||||
| -rw-r--r-- | hardinfo2/pixmaps/network-connections.png | bin | 0 -> 946 bytes | |||
| -rw-r--r-- | hardinfo2/pixmaps/network-statistics.png | bin | 0 -> 1011 bytes | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/hardinfo2/network.c b/hardinfo2/network.c index f60e4517..331f5b65 100644 --- a/hardinfo2/network.c +++ b/hardinfo2/network.c @@ -53,12 +53,12 @@ void scan_arp(gboolean reload);  void scan_statistics(gboolean reload);  static ModuleEntry entries[] = { -    {"Interfaces", "network.png", callback_network, scan_network}, -    {"IP Connections", "module.png", callback_connections, scan_connections}, -    {"Routing Table", "network-generic.png", callback_route, scan_route}, +    {"Interfaces", "network-interface.png", callback_network, scan_network}, +    {"IP Connections", "network-connections.png", callback_connections, scan_connections}, +    {"Routing Table", "network.png", callback_route, scan_route},      {"ARP Table", "module.png", callback_arp, scan_arp}, -    {"DNS Servers", "module.png", callback_dns, scan_dns}, -    {"Statistics", "module.png", callback_statistics, scan_statistics}, +    {"DNS Servers", "dns.png", callback_dns, scan_dns}, +    {"Statistics", "network-statistics.png", callback_statistics, scan_statistics},      {"Shared Directories", "shares.png", callback_shares, scan_shares},      {NULL},  }; diff --git a/hardinfo2/pixmaps/network-connections.png b/hardinfo2/pixmaps/network-connections.pngBinary files differ new file mode 100644 index 00000000..97f2143f --- /dev/null +++ b/hardinfo2/pixmaps/network-connections.png diff --git a/hardinfo2/pixmaps/network-statistics.png b/hardinfo2/pixmaps/network-statistics.pngBinary files differ new file mode 100644 index 00000000..c82d574f --- /dev/null +++ b/hardinfo2/pixmaps/network-statistics.png | 
