From ede7482f170d498d0a2129da6e81ff4764e366e2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Jul 2017 00:03:19 +1000 Subject: Logo file now better integrated --- src/windows-find.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/windows-find.ads') diff --git a/src/windows-find.ads b/src/windows-find.ads index 82895e7..adcb9c8 100644 --- a/src/windows-find.ads +++ b/src/windows-find.ads @@ -9,7 +9,7 @@ private with FLTK.Widgets.Buttons.Light.Check; package Windows.Find is - type Find_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with private; + type Find_Window is new Window with private; type Direction is (Forward, Backward); @@ -49,7 +49,7 @@ package Windows.Find is private - type Find_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with + type Find_Window is new Window with record Find_What : FLTK.Widgets.Inputs.Input; Match_Case : FLTK.Widgets.Buttons.Light.Check.Check_Button; -- cgit