Index: gc_lang/fr/oxt/AppLauncher.py ================================================================== --- gc_lang/fr/oxt/AppLauncher.py +++ gc_lang/fr/oxt/AppLauncher.py @@ -47,14 +47,10 @@ 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) xDialog.run(self.sLang) elif sCmd == "OP":