]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/propgrid.cpp
fix the MSVC check in the last comment and accompanying comment
[wxWidgets.git] / samples / propgrid / propgrid.cpp
index b41ca175eed5e614d9af7d7d66a136bbfb567794..31c148387887ed217ebbd34ab9065dd62991a867 100644 (file)
@@ -1660,6 +1660,10 @@ void FormMain::PopulateWithExamples ()
                                             wxPG_LABEL,
                                             300000) );
 
+    pg->AppendIn(carProp, new wxBoolProperty(wxT("Convertible"),
+                                             wxPG_LABEL,
+                                             false) );
+
     // Displayed value of "Car" property is now very close to this:
     // "Lamborghini Diablo SV; 5707 [300; 3.9; 8.6] 300000"