diff --git a/html/images/os/oki.png b/html/images/os/oki.png new file mode 100644 index 0000000000..7520155425 Binary files /dev/null and b/html/images/os/oki.png differ diff --git a/includes/static-config.php b/includes/static-config.php index 5c4a388d7b..2aeed25b2e 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -384,6 +384,7 @@ $config['os'][$os]['text'] = "OKI Printer"; $config['os'][$os]['overgraph'][] = "device_toner"; $config['os'][$os]['overtext'] = "Toner"; $config['os'][$os]['type'] = "printer"; +$config['os'][$os]['icon'] = "oki"; $os = "brother"; $config['os'][$os]['group'] = "printer";