QTfrontend/gameuiconfig.cpp
changeset 1235 070629f3902d
parent 1223 41d7283934c1
child 1487 b4cc59a6d50a
--- a/QTfrontend/gameuiconfig.cpp	Mon Aug 25 18:30:06 2008 +0000
+++ b/QTfrontend/gameuiconfig.cpp	Fri Aug 29 19:40:37 2008 +0000
@@ -33,6 +33,8 @@
 {
 	Form = FormWidgets;
 
+	connect(Form->ui.pageOptions->CBEnableMusic, SIGNAL(toggled(bool)), Form, SLOT(Music(bool)));
+
 	//Form->resize(value("window/width", 640).toUInt(), value("window/height", 450).toUInt());
 	resizeToConfigValues();