git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2260
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-wxDataFormat::wxDataFormat( const char *id )
+wxDataFormat::wxDataFormat( const wxChar *id )
{
if (!g_textAtom) g_textAtom = gdk_atom_intern( "STRING", FALSE );
SetId( id );
{
if (!g_textAtom) g_textAtom = gdk_atom_intern( "STRING", FALSE );
SetId( id );
-void wxDataFormat::SetId( const char *id )
+void wxDataFormat::SetId( const wxChar *id )
{
m_type = wxDF_PRIVATE;
m_id = id;
{
m_type = wxDF_PRIVATE;
m_id = id;
wxPrivateDataObject::wxPrivateDataObject()
{
wxPrivateDataObject::wxPrivateDataObject()
{
+ m_id = _T("application/");
m_id += wxTheApp->GetAppName();
m_format.SetId( m_id );
m_id += wxTheApp->GetAppName();
m_format.SetId( m_id );
-void wxListBox::ApplyToolTip( GtkTooltips *tips, const char *tip )
+void wxListBox::ApplyToolTip( GtkTooltips *tips, const wxChar *tip )
{
GList *child = m_list->children;
while (child)
{
GList *child = m_list->children;
while (child)
-wxDataFormat::wxDataFormat( const char *id )
+wxDataFormat::wxDataFormat( const wxChar *id )
{
if (!g_textAtom) g_textAtom = gdk_atom_intern( "STRING", FALSE );
SetId( id );
{
if (!g_textAtom) g_textAtom = gdk_atom_intern( "STRING", FALSE );
SetId( id );
-void wxDataFormat::SetId( const char *id )
+void wxDataFormat::SetId( const wxChar *id )
{
m_type = wxDF_PRIVATE;
m_id = id;
{
m_type = wxDF_PRIVATE;
m_id = id;
wxPrivateDataObject::wxPrivateDataObject()
{
wxPrivateDataObject::wxPrivateDataObject()
{
+ m_id = _T("application/");
m_id += wxTheApp->GetAppName();
m_format.SetId( m_id );
m_id += wxTheApp->GetAppName();
m_format.SetId( m_id );
-void wxListBox::ApplyToolTip( GtkTooltips *tips, const char *tip )
+void wxListBox::ApplyToolTip( GtkTooltips *tips, const wxChar *tip )
{
GList *child = m_list->children;
while (child)
{
GList *child = m_list->children;
while (child)