multidirdialog FONTWEIGHT_ fix

This commit is contained in:
Metallicow
2016-10-04 14:26:42 -05:00
committed by Robin Dunn
parent b19d798b1a
commit f7e6883f5c

View File

@@ -418,7 +418,7 @@ class MultiDirDialog(wx.Dialog):
staticText = wx.StaticText(self, -1, message)
f = staticText.GetFont()
f.SetWeight(wx.BOLD)
f.SetWeight(wx.FONTWEIGHT_BOLD)
staticText.SetFont(f)
# Add the main wx.GenericDirCtrl