From fbcfa27edf518835976e140ec160db009186bc16 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Apr 2012 13:47:32 +0300 Subject: Fix code style and add some checks. --- src/gui/setup_perfomance.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/gui/setup_perfomance.cpp') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 285c2baab..a40a400f3 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -90,15 +90,14 @@ Setup_Perfomance::Setup_Perfomance() "disableBeingCaching", this, "disableBeingCachingEvent"); - new SetupItemLabel(_("Different options (enable or disable can improve perfomance)"), - "", this); + new SetupItemLabel(_("Different options (enable or disable can " + "improve perfomance)"), "", this); new SetupItemCheckBox(_("Enable texture compression (fast OpenGL)"), "", "compresstextures", this, "compresstexturesEvent"); - new SetupItemCheckBox(_("Enable rectangular texture extension (OpenGL)"), "", - "rectangulartextures", this, "rectangulartexturesEvent"); - + new SetupItemCheckBox(_("Enable rectangular texture extension (OpenGL)"), + "", "rectangulartextures", this, "rectangulartexturesEvent"); setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-70-g09d2