]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after wxLoadFileSelector() changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jun 2009 19:37:40 +0000 (19:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jun 2009 19:37:40 +0000 (19:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/toolbar/toolbar.cpp

index 05e49a011b7af67b2e92abe1947a4f052a17fee1..06f3ddd5591c896fea6388f1ecacf97a79285eba 100644 (file)
@@ -958,7 +958,7 @@ void MyFrame::OnToolbarBgCol(wxCommandEvent& WXUNUSED(event))
 
 void MyFrame::OnToolbarCustomBitmap(wxCommandEvent& WXUNUSED(event))
 {
 
 void MyFrame::OnToolbarCustomBitmap(wxCommandEvent& WXUNUSED(event))
 {
-    m_pathBmp = wxLoadFileSelector(_T("custom bitmap"));
+    m_pathBmp = wxLoadFileSelector("custom bitmap", "");
 
     RecreateToolbar();
 }
 
     RecreateToolbar();
 }