summaryrefslogtreecommitdiff
path: root/src/windows-replace.adb
diff options
context:
space:
mode:
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;