diff -r ca07e6be08d0 -r b2165583cdf5 QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Sat Jan 14 05:03:21 2012 +0100 +++ b/QTfrontend/ui/page/pagemain.cpp Sat Jan 14 05:05:53 2012 +0100 @@ -78,6 +78,7 @@ bottomLayout->setStretch(0,1); BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true); + BtnFeedback = addButton("Feedback", bottomLayout, 0); bottomLayout->setStretch(1,0); return bottomLayout;