diff -r 664b536a1c27 -r ff213e443336 QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Tue Jul 25 20:19:46 2006 +0000 +++ b/QTfrontend/hedgewars.pro Wed Jul 26 12:25:48 2006 +0000 @@ -25,7 +25,8 @@ gameuiconfig.h \ ui_hwform.h \ gamecfgwidget.h \ - predefteams.h + predefteams.h \ + pages.h SOURCES += game.cpp \ main.cpp \ @@ -40,7 +41,8 @@ vertScrollArea.cpp \ gameuiconfig.cpp \ ui_hwform.cpp \ - gamecfgwidget.cpp + gamecfgwidget.cpp \ + pages.cpp TRANSLATIONS += translations/hedgewars_ru.ts