QTfrontend/hwform.cpp
changeset 705 c8219a8a64fb
parent 703 424297e3165a
child 717 490dc8bb5b87
--- a/QTfrontend/hwform.cpp	Mon Jan 14 17:00:54 2008 +0000
+++ b/QTfrontend/hwform.cpp	Mon Jan 14 17:12:57 2008 +0000
@@ -128,6 +128,7 @@
   // FIXME: rewrite this with boost (or TR1/0x)
   QVector<QComboBox*> combos;
   combos.push_back(ui.pageOptions->WeaponsName);
+  combos.push_back(ui.pageSimpleGame->gameCFG->WeaponsName);
   combos.push_back(ui.pageMultiplayer->gameCFG->WeaponsName);
   combos.push_back(ui.pageNetGame->pGameCFG->WeaponsName);