6384:edbd0a5ac53a | 6385:9407026610bb |
---|---|
109 Module function to create the configuration page. | 109 Module function to create the configuration page. |
110 | 110 |
111 @param dlg reference to the configuration dialog | 111 @param dlg reference to the configuration dialog |
112 @return reference to the instantiated page (ConfigurationPageBase) | 112 @return reference to the instantiated page (ConfigurationPageBase) |
113 """ | 113 """ |
114 page = WebBrowserVirusTotalPage(dlg) | 114 page = WebBrowserVirusTotalPage() |
115 return page | 115 return page |