]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/propform.cpp
*** empty log message ***
[wxWidgets.git] / src / generic / propform.cpp
index bda34bb83ade931e08794484154befc9e79d5019..9a9e513763964016b4d532c1069a693e73105ba6 100644 (file)
@@ -162,7 +162,7 @@ bool wxPropertyFormView::AssociateNames(void)
   while (node)
   {
     wxWindow *win = (wxWindow *)node->Data();
-    if (win->GetName() != "")
+    if (win->GetName() != _T(""))
     {
       wxProperty *prop = m_propertySheet->GetProperty(win->GetName());
       if (prop)
@@ -219,7 +219,7 @@ void wxPropertyFormView::OnCommand(wxWindow& win, wxCommandEvent& event)
   if (!m_propertySheet)
     return;
     
-  if (win.GetName() == "")
+  if (win.GetName() == _T(""))
     return;
 
   if (wxStrcmp(win.GetName(), _T("ok")) == 0)