(svn r27443) -Fix: Negoation in comment was wrong.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
zuu 9 years ago
parent 3261ff5cf1
commit 4fcaee1fee

@ -848,7 +848,7 @@ public:
}
return ES_HANDLED;
}
/* FALL THROUGH, space is pressed and filter isn't focused. */
/* FALL THROUGH, space is pressed and filter is focused. */
default:
return ES_NOT_HANDLED;

Loading…
Cancel
Save