eric7/Project/TranslationPropertiesDialog.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8327
666c2b81cbb7
equal deleted inserted replaced
8319:ea11a3948f40 8322:b422b4e77d19
162 """ 162 """
163 texcept = E5FileDialog.getExistingDirectory( 163 texcept = E5FileDialog.getExistingDirectory(
164 self, 164 self,
165 self.tr("Exempt directory from translation"), 165 self.tr("Exempt directory from translation"),
166 self.project.ppath, 166 self.project.ppath,
167 E5FileDialog.Options(E5FileDialog.ShowDirsOnly)) 167 E5FileDialog.ShowDirsOnly)
168 if texcept: 168 if texcept:
169 self.exceptionEdit.setText(Utilities.toNativeSeparators(texcept)) 169 self.exceptionEdit.setText(Utilities.toNativeSeparators(texcept))
170 170
171 def on_exceptionsList_currentRowChanged(self, row): 171 def on_exceptionsList_currentRowChanged(self, row):
172 """ 172 """

eric ide

mercurial