X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=3c5ab357ecdb1c954535e2d319ca7a87fc10b131;hb=e056d82a6c6586b6abc7671089208404034bd400;hp=9f5ef77f78a0932611921a7b20e8b991e85492e1;hpb=772bad94baf392492f6b5298fa9305d2719c4379;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index 9f5ef77f..3c5ab357 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -4,7 +4,7 @@ # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# $Id:$ +# $Id$ # # Author: Lorenzo Berni # @@ -184,7 +184,7 @@ class BToolchainPage(BWizardPage): else: item.setIcon(QIcon(":/images/warning.png")) if "version" in infos.keys() and "target" in infos.keys(): - item.setText("GCC " + infos["version"] + " - " + infos["target"]) + item.setText("GCC " + infos["version"] + " - " + infos["target"].strip()) def _invalidItem(self, index): """