From b401acf2d4fd3ebd552a69e8ce716f8c363fcea0 Mon Sep 17 00:00:00 2001 From: jcid Date: Wed, 24 Sep 2008 20:08:43 +0200 Subject: . --- src/findbar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit v1.2.3