Overview
Comment: | [lo] AppLauncher: remove old & deprecated commend |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
ee349f2ae32018cdcb5bcdf2a0d51b32 |
User & Date: | olr on 2019-07-14 18:27:04 |
Other Links: | manifest | tags |
Context
2019-07-14
| ||
21:12 | [fr] faux positifs et ajustements check-in: 8f46fb01cd user: olr tags: trunk, fr | |
18:27 | [lo] AppLauncher: remove old & deprecated commend check-in: ee349f2ae3 user: olr tags: trunk, lo | |
18:25 | [fr] ajustements check-in: 5172a0f02b user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/oxt/AppLauncher.py from [cc21e56bdc] to [df677fbd72].
︙ | ︙ | |||
45 46 47 48 49 50 51 | 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) | < < < < | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 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 == "MA": import Author xDialog = Author.Author(self.ctx) xDialog.run(self.sLang) elif sCmd == "OP": import Options xDialog = Options.GC_Options(self.ctx) |
︙ | ︙ |