changeset 4494 | 9585435e20f7 |
parent 4489 | c4ca9ced258b |
child 4511 | df827e70ae63 |
--- a/QTfrontend/mapContainer.cpp Wed Dec 08 22:35:29 2010 +0100 +++ b/QTfrontend/mapContainer.cpp Thu Dec 09 11:59:07 2010 +0300 @@ -353,7 +353,7 @@ QString HWMapContainer::getCurrentMap() const { - if(chooseMap->currentIndex() <= 1) return QString(); + if(chooseMap->currentIndex() <= 2) return QString(); return chooseMap->itemData(chooseMap->currentIndex()).toList()[0].toString(); }