From 8d7619d5ffe9bd308ae628cc8243de3d572ff9d9 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 9 Sep 2011 15:48:58 +0000 Subject: added vendor name --- h-source/Application/Include/vendorTranslations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Include/vendorTranslations.php') diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index 2414e1b..b6c2093 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4220,7 +4220,7 @@ function betterVendor($string) 'eMPIA-Technology-Inc.' => 'eMPIA Technology, Inc.', 'KWorld' => 'KWorld', 'Hewlett-Packard' => 'Hewlett Packard', - + 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', ); return (array_key_exists($string,$names)) ? $names[$string] : $string; -- cgit v1.2.3