changeset 7495 | 2592240b7b62 |
parent 7260 | c3584a3ab730 |
child 7553 | 9cfe74ee418b |
--- a/QTfrontend/ui/page/pageeditteam.cpp Sat Aug 04 22:51:41 2012 -0400 +++ b/QTfrontend/ui/page/pageeditteam.cpp Sun Aug 05 15:00:59 2012 -0400 @@ -289,6 +289,9 @@ int idx = list.indexOf("cpu.png"); if (idx >= 0) list.removeAt(idx); + idx = list.indexOf("cpu_plain.png"); + if (idx >= 0) + list.removeAt(idx); idx = list.indexOf("hedgewars.png"); if (idx >= 0) list.removeAt(idx);