diff -r eb8e8b09b2f0 -r ef3321c86912 QTfrontend/model/ammoSchemeModel.cpp --- a/QTfrontend/model/ammoSchemeModel.cpp Wed Jan 01 14:16:01 2014 +0400 +++ b/QTfrontend/model/ammoSchemeModel.cpp Wed Jan 01 23:28:24 2014 +0400 @@ -805,6 +805,8 @@ return; } + cfg[42] = cfg[42].mid(1); + for(int i = 0; i < cfg.size(); ++i) netScheme[i] = QVariant(cfg[i]);