aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/findbar.cc2
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;
}
}