2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
93 def create(dlg): | 93 def create(dlg): |
94 """ | 94 """ |
95 Module function to create the configuration page. | 95 Module function to create the configuration page. |
96 | 96 |
97 @param dlg reference to the configuration dialog | 97 @param dlg reference to the configuration dialog |
98 @return reference to the instantiated page (ConfigurationPageBase) | |
98 """ | 99 """ |
99 page = EditorGeneralPage() | 100 page = EditorGeneralPage() |
100 return page | 101 return page |