From c4208bfd8ed9570116ea00c76a7b78b6f20e00b7 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 18 Mar 2009 21:01:03 +0000 Subject: Use C style comments as per Lennart's fetish :p --- src/cardwidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cardwidget.cc') diff --git a/src/cardwidget.cc b/src/cardwidget.cc index 8be1d73..ea4b208 100644 --- a/src/cardwidget.cc +++ b/src/cardwidget.cc @@ -54,7 +54,7 @@ void CardWidget::prepareMenu() { int active_idx = -1; treeModel->clear(); - //Fill the ComboBox's Tree Model: + /* Fill the ComboBox's Tree Model */ for (std::map::iterator i = profiles.begin(); i != profiles.end(); ++i) { Gtk::TreeModel::Row row = *(treeModel->append()); row[profileModel.name] = i->first; -- cgit