• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: Commit

NVDA with Japanese branch


Commit MetaInfo

Révision4874b70fd08b196e2ede1d0ccc1b82e78bc55b41 (tree)
l'heure2014-06-24 11:54:37
AuteurTakuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Message de Log

fixed code duplication

Change Summary

Modification

--- a/source/braille.py
+++ b/source/braille.py
@@ -579,8 +579,6 @@ class NVDAObjectRegion(Region):
579579 columnHeaderText=obj.columnHeaderText if hasattr(obj, "columnHeaderText") and config.conf["documentFormatting"]["reportTableHeaders"] else None,
580580 rowHeaderText=obj.rowHeaderText if hasattr(obj, "rowHeaderText") and config.conf["documentFormatting"]["reportTableHeaders"] else None,
581581 cellCoordsText=obj.cellCoordsText if config.conf["documentFormatting"]["reportTableCellCoords"] else None,
582- columnHeaderText=obj.columnHeaderText if hasattr(obj, "columnHeaderText") and config.conf["documentFormatting"]["reportTableHeaders"] else None,
583- rowHeaderText=obj.rowHeaderText if hasattr(obj, "rowHeaderText") and config.conf["documentFormatting"]["reportTableHeaders"] else None,
584582 )
585583 self.rawText = text + self.appendText
586584 super(NVDAObjectRegion, self).update()
Afficher sur ancien navigateur de dépôt.