projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update from Martin Srebotnjak
[wxWidgets.git]
/
src
/
common
/
xti.cpp
diff --git
a/src/common/xti.cpp
b/src/common/xti.cpp
index c367e7cf2ca837a63f3739c3643b3ea130c1222b..4020bb2c8e598d3a9b42caa29905d8f043d25711 100644
(file)
--- a/
src/common/xti.cpp
+++ b/
src/common/xti.cpp
@@
-88,7
+88,7
@@
const wxChar *wxEnumData::GetEnumMemberName(int value) const
if (value == m_members[i].m_value)
return m_members[i].m_name;
if (value == m_members[i].m_value)
return m_members[i].m_name;
- return wx
T("")
;
+ return wx
EmptyString
;
}
int wxEnumData::GetEnumMemberValueByIndex( int idx ) const
}
int wxEnumData::GetEnumMemberValueByIndex( int idx ) const
@@
-318,13
+318,13
@@
void wxTypeInfo::Register()
if ( ms_typeTable == NULL )
ms_typeTable = new wxTypeInfoMap() ;
if ( ms_typeTable == NULL )
ms_typeTable = new wxTypeInfoMap() ;
- if( !m_name.
IsE
mpty() )
+ if( !m_name.
e
mpty() )
(*ms_typeTable)[m_name] = this ;
}
void wxTypeInfo::Unregister()
{
(*ms_typeTable)[m_name] = this ;
}
void wxTypeInfo::Unregister()
{
- if( !m_name.
IsE
mpty() )
+ if( !m_name.
e
mpty() )
ms_typeTable->erase(m_name);
}
ms_typeTable->erase(m_name);
}