slot 3 mis-interpreted as slot 2

This commit is contained in:
Kelvin Sherlock 2020-09-26 11:51:39 -04:00
parent e1a3d39021
commit ad12d40052

View File

@ -66,7 +66,7 @@ static NSAttributedString *ItalicMenuString(NSString *s) {
@"-sl0", @"-sl0",
@"-sl1", @"-sl1",
@"-sl2", @"-sl2",
@"-sl2", @"-sl3",
@"-sl4", @"-sl4",
@"-sl5", @"-sl5",
@"-sl6", @"-sl6",
@ -365,7 +365,7 @@ static NSString *SlotFlagForIndex(unsigned index){
@"-sl0", @"-sl0",
@"-sl1", @"-sl1",
@"-sl2", @"-sl2",
@"-sl2", @"-sl3",
@"-sl4", @"-sl4",
@"-sl5", @"-sl5",
@"-sl6", @"-sl6",