diff options
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 713b13ac..84396954 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -117,7 +117,7 @@ Findbar::Findbar(int width, int height) : int x = border; height -= 2 * border; - box(PLASTIC_UP_BOX); + box(FL_PLASTIC_UP_BOX); Group::hide(); begin(); |