Skip to content

Commit

Permalink
Change label in iwSettings to "Invert Mouse Pan"
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Albrechtskirchinger <[email protected]>
  • Loading branch information
Flamefire and falbrechtskirchinger authored Aug 13, 2023
1 parent e6feeef commit abb7e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/s25main/ingameWindows/iwSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ iwSettings::iwSettings()
NormalFont);
optiongroup->SetSelection(SETTINGS.video.fullscreen); //-V807

Check warning on line 61 in libs/s25main/ingameWindows/iwSettings.cpp

View check run for this annotation

Codecov / codecov/patch

libs/s25main/ingameWindows/iwSettings.cpp#L55-L61

Added lines #L55 - L61 were not covered by tests

AddCheckBox(ID_cbInvertMouse, DrawPoint(15, 124), Extent(150, 26), TextureColor::Grey, _("Invert mouse"),
AddCheckBox(ID_cbInvertMouse, DrawPoint(15, 124), Extent(150, 26), TextureColor::Grey, _("Invert Mouse Pan"),
NormalFont, false)
->setChecked(SETTINGS.interface.invertMouse);
AddCheckBox(ID_cbStatisticScale, DrawPoint(200, 124), Extent(150, 26), TextureColor::Grey, _("Statistics Scale"),
Expand Down

0 comments on commit abb7e33

Please sign in to comment.