commit/Ventrilo: kyleman: Fixed a few typos.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 29 Aug 2015 03:48:33 -0000

1 new commit in Ventrilo:

https://bitbucket.org/nvdaaddonteam/ventrilo/commits/ff5fe4ba7fc8/
Changeset: ff5fe4ba7fc8
Branch: master
User: kyleman
Date: 2015-08-29 03:47:53+00:00
Summary: Fixed a few typos.
Hopefully made reporting of ping more stable.

Affected #: 1 file

diff --git a/addon/appModules/ventrilo/__init__.py
b/addon/appModules/ventrilo/__init__.py
index 8405768..33661b1 100644
--- a/addon/appModules/ventrilo/__init__.py
+++ b/addon/appModules/ventrilo/__init__.py
@@ -56,7 +56,7 @@ class AppModule(appModuleHandler.AppModule):

def chooseNVDAObjectOverlayClasses(self,obj,clsList):
if isinstance(obj,Window) and obj.windowClassName==u'Button'
and obj.windowControlID==1009:
- clsList.insert(0,lConnectDisconnectButton)
+ clsList.insert(0,ConnectDisconnectButton)

#functions.
def getCommentText(self,txt):
@@ -195,7 +195,7 @@ class AppModule(appModuleHandler.AppModule):
api.copyToClip(self.getCommentText(comment))

def script_sayPing(self,gesture):
-
ui.message(self.findWindowByClassAndControlID(u'SysTreeView32',1097).name)
+
ui.message(self.findWindowByClassAndControlID(u'Static',1083).name)

def script_connectButton(self,gesture):
connect=self.findWindowByClassAndControlID(u'Button',1009)

Repository URL: https://bitbucket.org/nvdaaddonteam/ventrilo/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/Ventrilo: kyleman: Fixed a few typos. - commits-noreply