]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/popupwin.cpp
fixed typo in library name
[wxWidgets.git] / src / gtk1 / popupwin.cpp
index 923a68bbd1167a5b7861d2b6315acf4ec55dc6ab..236a69d036ba98a5372904522f13abfce28f1f9b 100644 (file)
@@ -160,7 +160,7 @@ bool wxPopupWindow::Create( wxWindow *parent, int style )
     m_needParent = FALSE;
 
     if (!PreCreation( parent, wxDefaultPosition, wxDefaultSize ) ||
-        !CreateBase( parent, -1, wxDefaultPosition, wxDefaultSize, style, wxDefaultValidator, "popup" ))
+        !CreateBase( parent, -1, wxDefaultPosition, wxDefaultSize, style, wxDefaultValidator, wxT("popup") ))
     {
         wxFAIL_MSG( wxT("wxPopupWindow creation failed") );
         return FALSE;