Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4032
Modified Files:
Tags.cpp
Log Message:
Make a small change to column headings in Tag editor to make it a little less
chatty for screen readers and add a small hack to coax Jaws and Window-Eyes to
speak the newly focused cell when pressing enter after editing another cell.
Index: Tags.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Tags.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Tags.cpp 2 Jun 2009 08:28:04 -0000 1.71
+++ Tags.cpp 9 Jun 2009 03:21:42 -0000 1.72
@@ -809,8 +809,8 @@
mGrid->CreateGrid(0, 2);
mGrid->SetRowLabelSize(0);
mGrid->SetDefaultCellAlignment(wxALIGN_LEFT, wxALIGN_CENTER);
- mGrid->SetColLabelValue(0, _("Tag Name"));
- mGrid->SetColLabelValue(1, _("Tag Value"));
+ mGrid->SetColLabelValue(0, _("Tag"));
+ mGrid->SetColLabelValue(1, _("Value"));
// Resize the name column and set default row height.
wxComboBox tc(this, wxID_ANY, wxT(""), wxDefaultPosition,
wxDefaultSize, cs);
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs