Update of /cvsroot/audacity/audacity-src/src/widgets
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18311

Modified Files:
        Grid.cpp 
Log Message:
Attempt to fix JAWS 11 not reading metadata editor...hope it doesn't break
the other screaders.  :-(


Index: Grid.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grid.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Grid.cpp    12 Jun 2009 02:41:26 -0000      1.17
+++ Grid.cpp    13 Nov 2009 04:56:01 -0000      1.18
@@ -768,7 +768,7 @@
       *role = wxROLE_SYSTEM_TABLE;
    }
    else {
-      *role = wxROLE_SYSTEM_CELL;
+      *role = wxROLE_SYSTEM_TEXT;
    }
 
    return wxACC_OK;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to