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

Modified Files:
        TimeTextCtrl.cpp 
Log Message:
Add some missing control names.

Index: TimeTextCtrl.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/TimeTextCtrl.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- TimeTextCtrl.cpp    27 Dec 2008 20:21:09 -0000      1.55
+++ TimeTextCtrl.cpp    9 Jan 2009 01:40:49 -0000       1.56
@@ -411,6 +411,7 @@
    }
 
 #if wxUSE_ACCESSIBILITY
+   SetLabel(wxT(""));
    SetName(wxT(""));
    SetAccessible(new TimeTextCtrlAx(this));
 #endif


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to