diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-24 07:59:27 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-24 07:59:27 +0000 |
commit | 9a5252300b8a2254ec6b64ad3a684d7967bbf66d (patch) | |
tree | 53196eb62332e0a86baa5bd3413da0caac6642e6 /h-source/Application/Include/hardware.php | |
parent | 1b2aa2f98ba320a7623676c1640f792b70f1fa16 (diff) |
added tablet - part 1
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 8306417..04db6ca 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -247,7 +247,7 @@ class Notebooks extends Hardware "E Garbage" => "E-garbage" ); - public static $subtypeSelect = 'notebook,netbook,not-specified'; + public static $subtypeSelect = 'notebook,netbook,tablet,not-specified'; public static $architectureSelect = array( "not specified" => 'not-specified', |