QTfrontend/pages.cpp
changeset 2155 d897222d3339
parent 2098 c977d7f2aa09
child 2191 20c62f787a4d
--- 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()));
 }