Hi,

here comes a tiny patch that clarifies the new meaning of "mouse wheel jump" (a native speaker should check whether this is correct English).

Please apply,

Michael
Index: lyx-devel-1_3_X//src/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v
retrieving revision 1.1005
diff -u -r1.1005 ChangeLog
--- lyx-devel-1_3_X//src/ChangeLog      2003/01/06 14:02:19     1.1005
+++ lyx-devel-1_3_X//src/ChangeLog      2003/01/08 06:51:37
@@ -1,3 +1,7 @@
+2003-01-08  Michael Schmitt <[EMAIL PROTECTED]>
+
+        * Clarify the meaning of "wheel mouse jump"
+
 2003-01-06  Michael Schmitt <[EMAIL PROTECTED]>
 
        * LColor.C:
Index: lyx-devel-1_3_X//src/lyxrc.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/lyxrc.C,v
retrieving revision 1.138
diff -u -r1.138 lyxrc.C
--- lyx-devel-1_3_X//src/lyxrc.C        2003/01/06 14:02:21     1.138
+++ lyx-devel-1_3_X//src/lyxrc.C        2003/01/08 06:51:41
@@ -197,7 +197,7 @@
        dpi = 75;
        // Because a screen typically is wider than a piece of paper:
        zoom = 150;
-       wheel_jump = 100;
+       wheel_jump = 5;
        // Default LaTeX font size:
        font_sizes[LyXFont::SIZE_TINY] = 5.0;
        font_sizes[LyXFont::SIZE_SCRIPT] = 7.0;
@@ -2124,7 +2124,7 @@
                break;
 
        case RC_WHEEL_JUMP:
-               str = _("The wheel movement factor (for mice with wheels or five 
button mice).");
+               str = _("The number of lines that are scrolled by mice with wheels or 
+five button mice.");
                break;
 
        case RC_CONVERTER:


Reply via email to