summaryrefslogtreecommitdiff
path: root/src/windows-replace.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-31 00:16:24 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-31 00:16:24 +1000
commitf7bfc040a062b3f5a3549abd87463221c667f1d5 (patch)
tree8c5564a52f242bef674176a03b66e1812c8975a6 /src/windows-replace.adb
parent3592854ef4ebeab8c099defb5745623eb849111b (diff)
Made logo code more concise
Diffstat (limited to 'src/windows-replace.adb')
-rw-r--r--src/windows-replace.adb10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/windows-replace.adb b/src/windows-replace.adb
index 758dfff..dd3703d 100644
--- a/src/windows-replace.adb
+++ b/src/windows-replace.adb
@@ -1,13 +1,5 @@
-with
-
- FLTK.Widgets.Groups.Windows.Double,
- FLTK.Widgets.Inputs,
- FLTK.Widgets.Buttons.Enter,
- FLTK.Widgets.Buttons.Light.Check;
-
-
package body Windows.Replace is
@@ -97,6 +89,8 @@ package body Windows.Replace is
This.Add (This.Start);
This.Start.Set_Callback (Replace_M'Access);
+ This.Set_Icon (Logo);
+
This.Set_Callback (Hide_CB'Access);
This.Set_Modal;
end return;