Rename 'System Platform' to 'Browser Platform'

This commit is contained in:
bcoles
2013-02-03 05:24:48 +10:30
parent 95970d5364
commit 449c6633aa
5 changed files with 21 additions and 21 deletions

View File

@@ -455,13 +455,13 @@ class ShellInterface
end
# set and add the System Platform
system_platform = BD.get(self.targetsession, 'SystemPlatform')
system_platform = BD.get(self.targetsession, 'BrowserPlatform')
if not system_platform.nil?
encoded_system_platform = CGI.escapeHTML(system_platform)
encoded_system_platform_hash = { 'System Platform' => encoded_system_platform }
encoded_system_platform_hash = { 'Browser Platform' => encoded_system_platform }
page_name_row = {
'category' => 'Host',
'category' => 'Browser',
'data' => encoded_system_platform_hash,
'from' => 'Initialization'
}