aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/findbar.cc')
-rw-r--r--src/findbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc
index 49cffcd6..713b13ac 100644
--- a/src/findbar.cc
+++ b/src/findbar.cc
@@ -132,7 +132,7 @@ Findbar::Findbar(int width, int height) :
x += input_width + gap;
resizable(i);
i->color(206);
- i->when(WHEN_ENTER_KEY_ALWAYS);
+ i->when(FL_WHEN_ENTER_KEY_ALWAYS);
i->callback(search_cb2, this);
i->clear_tab_to_focus();
i->set_click_to_focus();