1
0
Fork 0

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

release/1.6
zuu 2015-11-14 13:06:26 +00:00
parent 3261ff5cf1
commit 4fcaee1fee
1 changed files with 1 additions and 1 deletions

View File

@ -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;