Browse Source

* fixed typo

git-svn-id: trunk@12822 -
Károly Balogh 16 years ago
parent
commit
ddad9f320d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/morphos/keyboard.pp

+ 1 - 1
rtl/morphos/keyboard.pp

@@ -270,7 +270,7 @@ begin
   lastShiftState:=0;
   oldmousex:=-1;
   oldmousey:=-1;
-  oldbutton:=0;
+  oldbuttons:=0;
 {*
    KeyBoardLayout:=GetKeyboardLayout(0);
    lastShiftState := 0;