Skip to content

Commit ed91ed7

Browse files
authored
Merge 8a4aa37 into 9676495
2 parents 9676495 + 8a4aa37 commit ed91ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/gui/settingsDialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def _getCategoryPanel(self, catId):
611611
"MultiCategorySettingsDialog.MIN_SIZE"
612612
).format(cls, panel.Size[0])
613613
)
614-
panel.SetLabel(panel.title)
614+
panel.SetLabel(panel.title.replace('&', '&&'))
615615
panel.SetAccessible(SettingsPanelAccessible(panel))
616616
return panel
617617

0 commit comments

Comments
 (0)