This commit is contained in:
Mathias Gumz 2010-05-05 08:42:37 +02:00
parent fbcb0cd7e1
commit 2c66828341

View file

@ -465,7 +465,7 @@ bool Keys::addBinding(const string &linebuffer) {
// numbers 10 and above
//
} else {
FbTk::StringUtil::extractNumber(arg, key);
FbTk::StringUtil::extractNumber(arg, key);
type = KeyPress;
}