QTfrontend/pagenettype.cpp
changeset 6009 14f6fc9869f2
parent 5204 e1a5f4d5d86a
child 6042 8b5345758f62
--- a/QTfrontend/pagenettype.cpp	Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pagenettype.cpp	Sat Sep 24 16:22:10 2011 +0200
@@ -37,5 +37,7 @@
     // hack: temporary deactivated - requires server modifications that aren't backward compatible (yet)
     //BtnOfficialServer->setEnabled(false);
 
+
     BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true);
+    connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
 }