diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-03 15:31:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-03 15:31:12 +0300 |
commit | d69ea30539a6fe816dd6e1d943a0a2adcbd95c19 (patch) | |
tree | 8bc8b6b7826a639ca9e516a0f8939afe83d91d9f /src/gui/setup_other.cpp | |
parent | d43ac6456a95aa3d204272f9bada5d5a28f85072 (diff) | |
download | plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.gz plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.bz2 plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.xz plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.zip |
Fix code style.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 8a02b64f9..c974a3aa5 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -111,8 +111,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemTextField(_("Crazy move A program"), "", "crazyMoveProgram", this, "crazyMoveProgramEvent"); - new SetupItemCheckBox(_("Mouse relative moves (good for touch interfaces)"), - "", "mouseDirectionMove", this, "mouseDirectionMoveEvent"); + new SetupItemCheckBox(_("Mouse relative moves " + "(good for touch interfaces)"), "", "mouseDirectionMove", + this, "mouseDirectionMoveEvent"); new SetupItemLabel(_("Player"), "", this); |