~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/tabs/setup_players.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-03-31 11:43:54 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20140331114354-wyvsc91pal1gi85x
Tags: 1.4.3.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
    // TRANSLATORS: settings option
104
104
    new SetupItemCheckBox(_("Emulate right mouse button by long mouse click"
105
 
        " (usefull for touch interfaces)"),
 
105
        " (useful for touch interfaces)"),
106
106
        "", "longmouseclick", this, "longmouseclickEvent");
107
107
 
108
108
    setDimension(Rect(0, 0, 550, 350));