diff -r 745d38097b7f -r 84b65fb9e780 Preferences/ConfigurationPages/EditorPropertiesPage.py --- a/Preferences/ConfigurationPages/EditorPropertiesPage.py Sun Sep 29 15:23:19 2013 +0200 +++ b/Preferences/ConfigurationPages/EditorPropertiesPage.py Sun Sep 29 15:54:10 2013 +0200 @@ -474,6 +474,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = EditorPropertiesPage(dlg.getLexers()) return page