Differences From Artifact [91f766cacd]:
- File gc_lang/fr/oxt/AppLauncher.py — part of check-in [af32e20bdb] at 2018-02-23 21:00:52 on branch multid — merge trunk (user: olr, size: 3795) [annotate] [blame] [check-ins using] [more...]
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...]
| ︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + + |
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)
|
| ︙ |