summaryrefslogtreecommitdiff
path: root/src/windows-replace.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-28 00:03:19 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-28 00:03:19 +1000
commitede7482f170d498d0a2129da6e81ff4764e366e2 (patch)
tree793de3ccbc1e2045e52ce6bb7402e08dfe1ec14f /src/windows-replace.ads
parentbfa8e44514a6d0e597123aa701dbe29a461c1ed6 (diff)
Logo file now better integrated
Diffstat (limited to 'src/windows-replace.ads')
-rw-r--r--src/windows-replace.ads4
1 files changed, 2 insertions, 2 deletions
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;