Overview
Comment: | [lo][bug] lexicon editor: USERPROFILE unknown on Linux |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
507372a50d3753de562fb474c90d0c56 |
User & Date: | olr on 2018-04-14 17:31:14 |
Other Links: | manifest | tags |
Context
2018-04-14
| ||
19:38 | [lo] lexicon editor: update + translations check-in: b9c72f6c5f user: olr tags: trunk, lo | |
17:31 | [lo][bug] lexicon editor: USERPROFILE unknown on Linux check-in: 507372a50d user: olr tags: trunk, lo | |
17:28 | [fr] pt: très bien/mal + correction d’un message check-in: fb7078506b user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/oxt/DictOptions/LexiconEditor.py from [bbf80e041f] to [1cf16e149d].
︙ | |||
382 383 384 385 386 387 388 | 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 | - + | #xFilePicker.setMultiSelectionMode(False) #nResult = xFilePicker.execute() #if nResult == 1: # lFile = xFilePicker.getSelectedFiles() # lFile = xFilePicker.getFiles() # print(lFile) # workaround |
︙ | |||
420 421 422 423 424 425 426 | 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 | - + | self.xOptionNode.setPropertyValue("personal_dic", "") self.xSettingNode.commitChanges() self.xNumDic.Label = "0" self.xDateDic.Label = self.dUI.get("void", "#err") def exportDictionary (self): try: |
︙ |