sys_patch.py: Add patch set info to root

This commit is contained in:
Mykola Grymalyuk
2022-05-05 11:35:03 -06:00
parent 1e6eec3bda
commit 49ee43f6ed
4 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -804,7 +804,7 @@ class wx_python_gui:
i = i + self.patch_label.GetSize().height + 3
else:
# Prompt user with no patches found
self.patch_label = wx.StaticText(self.frame, label="No patches found")
self.patch_label = wx.StaticText(self.frame, label="No patches needed")
self.patch_label.SetFont(wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
self.patch_label.SetPosition(
wx.Point(