~coyleden/inkscape/cdscape

« back to all changes in this revision

Viewing changes to src/ui/dialog/inkscape-preferences.cpp

  • Committer: Johan B. C. Engelen
  • Date: 2013-01-14 18:49:20 UTC
  • Revision ID: j.b.c.engelen@alumnus.utwente.nl-20130114184920-6m69crfdeha7qrcw
clarify preference text (thought it was a bug first)

Show diffs side-by-side

added added

removed removed

Lines of Context:
812
812
 
813
813
    // Input devices options
814
814
    _mouse_sens.init ( "/options/cursortolerance/value", 0.0, 30.0, 1.0, 1.0, 8.0, true, false);
815
 
    _page_mouse.add_line( false, _("_Grab sensitivity:"), _mouse_sens, _("pixels"),
 
815
    _page_mouse.add_line( false, _("_Grab sensitivity:"), _mouse_sens, _("pixels (requires restart)"),
816
816
                           _("How close on the screen you need to be to an object to be able to grab it with mouse (in screen pixels)"), false);
817
817
    _mouse_thres.init ( "/options/dragtolerance/value", 0.0, 20.0, 1.0, 1.0, 4.0, true, false);
818
818
    _page_mouse.add_line( false, _("_Click/drag threshold:"), _mouse_thres, _("pixels"),