X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d211a853c520116600acfb562dcb8a6b184de993..fae803f27be8ae1c4fe8f8775b333cc0fc80bdee:/wxPython/demo/Pickers.py

diff --git a/wxPython/demo/Pickers.py b/wxPython/demo/Pickers.py
index 434b55ebff..c3de013fd0 100644
--- a/wxPython/demo/Pickers.py
+++ b/wxPython/demo/Pickers.py
@@ -20,7 +20,7 @@ class TestPanel(wx.Panel):
         fgs = wx.FlexGridSizer(cols=4, hgap=5, vgap=5)
         fgs.AddGrowableCol(3)
         fgs.Add((10,10))  # spacer
-        lbl = wx.StaticText(self, -1, "w/o textctrl")
+        lbl = wx.StaticText(self, -1, "default style")
         lbl.SetFont(wx.FFont(12, wx.FONTFAMILY_SWISS, wx.FONTFLAG_BOLD))
         fgs.Add(lbl)
         fgs.Add((10,10))  # spacer