[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.26.6.1,1.26.6.2
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv20498/client
Modified Files:
Tag: KDE_3_1_BRANCH
selectconfiguration_widget.cpp
Log Message:
backport: hostname in portfolioview
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.26.6.1
retrieving revision 1.26.6.2
diff -u -d -r1.26.6.1 -r1.26.6.2
--- selectconfiguration_widget.cpp 13 Jan 2003 17:14:39 -0000 1.26.6.1
+++ selectconfiguration_widget.cpp 21 Jan 2003 00:58:11 -0000 1.26.6.2
@@ -143,8 +143,8 @@
connect(checkBox, SIGNAL(clicked()), this, SLOT(optionChanged()));
}
- else
- kdDebug() << "TODO: game options other than type=bool" << endl;
+
+ // TODO: create options other than type=bool
// TODO: Enable edit for master only
}