Skip to content

Commit

Permalink
Fix nvaccess#9053 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Mar 12, 2019
1 parent 2ed7dba commit 68da79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/appModules/miranda32.py
@@ -1,6 +1,6 @@
#appModules/miranda32.py
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2006-2012 NVDA Contributors
#Copyright (C) 2006-2019 NVDA Contributors, Bill Dengler
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.

Expand Down Expand Up @@ -74,7 +74,7 @@

#other constants
ANSILOGS=(1001,1006)
MESSAGEVIEWERS=(1001,1005,5005)
MESSAGEVIEWERS=(1001,1005,3011,5005)

class AppModule(appModuleHandler.AppModule):
lastTextLengths={}
Expand Down

0 comments on commit 68da79d

Please sign in to comment.