eric6/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7780
41420f82c0ac
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
175 """ 175 """
176 from WebBrowser.SpellCheck.ManageDictionariesDialog import ( 176 from WebBrowser.SpellCheck.ManageDictionariesDialog import (
177 ManageDictionariesDialog 177 ManageDictionariesDialog
178 ) 178 )
179 dlg = ManageDictionariesDialog(self.__writeableDirectories, self) 179 dlg = ManageDictionariesDialog(self.__writeableDirectories, self)
180 dlg.exec_() 180 dlg.exec()
181 181
182 self.__populateDictionariesList() 182 self.__populateDictionariesList()
183 183
184 184
185 def create(dlg): 185 def create(dlg):

eric ide

mercurial