git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26849
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for ( const wxChar *pc = text.c_str(); *pc; pc++ )
{
for ( const wxChar *pc = text.c_str(); *pc; pc++ )
{
+ if ( *pc == wxT('\t'))
+ break;
+
if ( *pc == wxT('_') )
{
// GTK 1.2 escapes "xxx_xxx" to "xxx__xxx"
if ( *pc == wxT('_') )
{
// GTK 1.2 escapes "xxx_xxx" to "xxx__xxx"
for ( const wxChar *pc = text.c_str(); *pc; pc++ )
{
for ( const wxChar *pc = text.c_str(); *pc; pc++ )
{
+ if ( *pc == wxT('\t'))
+ break;
+
if ( *pc == wxT('_') )
{
// GTK 1.2 escapes "xxx_xxx" to "xxx__xxx"
if ( *pc == wxT('_') )
{
// GTK 1.2 escapes "xxx_xxx" to "xxx__xxx"