Differences From Artifact [f6fd0dec5a]:
- File gc_lang/fr/oxt/AppLauncher.py — part of check-in [8607122157] at 2018-02-21 19:16:47 on branch trunk — [lo] New feature: enumerator (user: olr, size: 3629) [annotate] [blame] [check-ins using]
To Artifact [ed57ba0db8]:
- File gc_lang/fr/oxt/AppLauncher.py — part of check-in [5a1baacbbb] at 2018-02-25 08:47:38 on branch multid — [lo] lexicon editor (user: olr, size: 3967) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + + + + + + |
xDialog.run(sCmd[3:])
else:
xDialog.run()
elif sCmd == "TF":
import TextFormatter
xDialog = TextFormatter.TextFormatter(self.ctx)
xDialog.run(self.sLang)
elif sCmd == "DI":
import DictOptions
xDialog = DictOptions.DictOptions(self.ctx)
xDialog.run(self.sLang)
elif sCmd == "LE":
import LexiconEditor
xDialog = LexiconEditor.LexiconEditor(self.ctx)
xDialog.run(self.sLang)
elif sCmd == "DS":
import DictionarySwitcher
xDialog = DictionarySwitcher.FrenchDictionarySwitcher(self.ctx)
xDialog.run(self.sLang)
elif sCmd == "MA":
import Author
xDialog = Author.Author(self.ctx)
|
| ︙ |