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-replace.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/windows-replace.ads') diff --git a/src/windows-replace.ads b/src/windows-replace.ads index 64ff562..48c3a73 100644 --- a/src/windows-replace.ads +++ b/src/windows-replace.ads @@ -9,7 +9,7 @@ private with FLTK.Widgets.Buttons.Light.Check; package Windows.Replace is - type Replace_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with private; + type Replace_Window is new Window with private; type Replace_Callback is access procedure @@ -40,7 +40,7 @@ package Windows.Replace is private - type Replace_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with + type Replace_Window is new Window with record Find_What, Replace_With : FLTK.Widgets.Inputs.Input; Match_Case, Replace_All : FLTK.Widgets.Buttons.Light.Check.Check_Button; -- cgit