From a19f81cca2835d052cc60d36955eaae7173e3d08 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 25 Jul 2010 21:00:23 +0000 Subject: [PATCH] add oki logo git-svn-id: http://www.observium.org/svn/observer/trunk@1482 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/images/os/oki.png | Bin 0 -> 319 bytes includes/static-config.php | 1 + 2 files changed, 1 insertion(+) create mode 100644 html/images/os/oki.png diff --git a/html/images/os/oki.png b/html/images/os/oki.png new file mode 100644 index 0000000000000000000000000000000000000000..75201554259895502944ab2ff6245c07b50fc808 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Y)RhkE)4%c zaKYZ?lYt_f1s;*b3=G`DAk4@xYmNj^kiEpy*OmPiyQGM?7*bf#>lpqPong|3T8K1gI5e<5|4T9A4|q`x!CVzA5=%GDw%LcS z|94Nm%p9!$>EnLR$N&HT59Dc!Y|B&Bb59U$ zqr32A;${hXfqkFt1(bO?=KYQL&60W4ZM93?sYs^zQA4>^&t^|khWHxcrwl2~|7_C? zRIVvySvCn?Q(0VQrlQjKu;JpOiYtsT7p`Gum@_-;$KnrJ89=Wvc)I$ztaD0e0ssR) Ba2o&s literal 0 HcmV?d00001 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";