2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
296 def create(dlg): | 296 def create(dlg): |
297 """ | 297 """ |
298 Module function to create the configuration page. | 298 Module function to create the configuration page. |
299 | 299 |
300 @param dlg reference to the configuration dialog | 300 @param dlg reference to the configuration dialog |
301 @return reference to the instantiated page (ConfigurationPageBase) | |
301 """ | 302 """ |
302 page = HelpWebBrowserPage(dlg) | 303 page = HelpWebBrowserPage(dlg) |
303 return page | 304 return page |