• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: Commit

NVDA with Japanese branch


Commit MetaInfo

Revisiónb0976afa3c45aef90f9b84ac6591e98803ee3e97 (tree)
Tiempo2018-09-19 07:33:23
AutorTakuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Log Message

nvdajp/nvdajp#106

Cambiar Resumen

Diferencia incremental

--- a/source/nvda.pyw
+++ b/source/nvda.pyw
@@ -74,7 +74,7 @@ globalVars.startTime=time.time()
7474 # Check OS version requirements
7575 import winVersion
7676 if not winVersion.isSupportedOS():
77- winUser.MessageBox(0, unicode(decodeMbcs(ctypes.FormatError(winUser.ERROR_OLD_WIN_VERSION))), None, winUser.MB_ICONERROR)
77+ winUser.MessageBox(0, ctypes.FormatError(winUser.ERROR_OLD_WIN_VERSION).decode('mbcs'), None, winUser.MB_ICONERROR)
7878 sys.exit(1)
7979
8080 def decodeMbcs(string):
Show on old repository browser