]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treelay.cpp
even more fixes to last-minute wxFileSystem mods
[wxWidgets.git] / src / generic / treelay.cpp
index 701a0f14b7c977ee153f3bd5be407d4ef80a582c..43aae86378cb86390976e20642f3d8cbad25b53c 100644 (file)
@@ -270,7 +270,7 @@ void wxTreeLayoutStored::Initialize(int n)
     int i;
     for (i = 0; i < n; i++)
     {
     int i;
     for (i = 0; i < n; i++)
     {
-        m_nodes[i].m_name = "";
+        m_nodes[i].m_name = wxT("");
         m_nodes[i].m_active = FALSE;
         m_nodes[i].m_parentId = -1;
         m_nodes[i].m_x = 0;
         m_nodes[i].m_active = FALSE;
         m_nodes[i].m_parentId = -1;
         m_nodes[i].m_x = 0;
@@ -464,7 +464,7 @@ wxString wxTreeLayoutStored::HitTest(wxMouseEvent& event, wxDC& dc)
         }
     }
 
         }
     }
 
-    return wxString("");
+    return wxString( wxT("") );
 }
 
 #endif
 }
 
 #endif