7250:d8bdc55aee1a | 7251:bc5b1b00560a |
---|---|
137 | 137 |
138 def __configure(self): | 138 def __configure(self): |
139 """ | 139 """ |
140 Private method to open the configuration dialog. | 140 Private method to open the configuration dialog. |
141 """ | 141 """ |
142 e5App().getObject("UserInterface")\ | 142 e5App().getObject("UserInterface").showPreferences( |
143 .showPreferences("debuggerGeneralPage") | 143 "debuggerGeneralPage") |