]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/toolbar.cpp
Added wxPropertyGrid::WasValueChangedInEvent(), added code to avoid showing colour...
[wxWidgets.git] / samples / toolbar / toolbar.cpp
index 3b9d95cac011f33b4c550e74824cff2e538c4484..06f3ddd5591c896fea6388f1ecacf97a79285eba 100644 (file)
@@ -958,7 +958,7 @@ void MyFrame::OnToolbarBgCol(wxCommandEvent& WXUNUSED(event))
 
 void MyFrame::OnToolbarCustomBitmap(wxCommandEvent& WXUNUSED(event))
 {
-    m_pathBmp = wxFileSelector(_T("Custom bitmap path"));
+    m_pathBmp = wxLoadFileSelector("custom bitmap", "");
 
     RecreateToolbar();
 }