diff -r 3d2917be12c3 -r d897222d3339 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Fri Jun 12 00:39:36 2009 +0000 +++ b/QTfrontend/pages.cpp Fri Jun 12 08:47:05 2009 +0000 @@ -1141,7 +1141,9 @@ pageLayout->addWidget(leServerMessage, 0, 1); pbSetSM = addButton(tr("Set message"), pageLayout, 0, 2); - BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); + pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 1, 0); + + BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged())); }