From d9994f114b1febf4c075d77c0fb3e7a44e510e20 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 17:42:43 +0300 Subject: Fix code style and some minor issues. --- src/gui/setup_relations.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/setup_relations.cpp') diff --git a/src/gui/setup_relations.cpp b/src/gui/setup_relations.cpp index 2e1ba95bb..ffdec3e4b 100644 --- a/src/gui/setup_relations.cpp +++ b/src/gui/setup_relations.cpp @@ -262,7 +262,10 @@ Setup_Relations::Setup_Relations(const Widget2 *const widget) : mIgnoreActionChoicesBox = new DropDown(widget, mIgnoreActionChoicesModel); for (int i = 0; i < COLUMNS_NR; i++) - mPlayerTableTitleModel->set(0, i, new Label(this, gettext(table_titles[i]))); + { + mPlayerTableTitleModel->set(0, i, new Label( + this, gettext(table_titles[i]))); + } mPlayerTitleTable->setLinewiseSelection(true); -- cgit v1.2.3-60-g2f50