diff options
author | jcid <devnull@localhost> | 2008-09-24 20:08:43 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-24 20:08:43 +0200 |
commit | b401acf2d4fd3ebd552a69e8ce716f8c363fcea0 (patch) | |
tree | 85615a99dc3e0718b7afd475c95f0392b008b1a5 /src/findbar.cc | |
parent | c377e06400f138325a9a9d43d91a9272691867a1 (diff) |
.
Diffstat (limited to 'src/findbar.cc')
-rw-r--r-- | src/findbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc index ba4d24ad..2937a7e0 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -36,7 +36,7 @@ int MyInput::handle(int e) unsigned modifier = event_state() & (SHIFT | CTRL | ALT | META); if (modifier == 0) { if (e == KEY && k == EscapeKey) { - _MSG("findbar CustInput: caught EscapeKey\n"); + _MSG("findbar MyInput: caught EscapeKey\n"); ret = 0; } } |