summaryrefslogtreecommitdiff
path: root/src/windows.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.adb')
-rw-r--r--src/windows.adb9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/windows.adb b/src/windows.adb
index eff387d..d637905 100644
--- a/src/windows.adb
+++ b/src/windows.adb
@@ -1,7 +1,8 @@
-with FLTK.Widgets.Groups;
-with FLTK.Widgets.Groups.Windows;
+with
+
+ FLTK.Widgets.Groups.Windows;
package body Windows is
@@ -22,8 +23,8 @@ package body Windows is
- -- used to hide about/find/replace/etc windows instead
- -- of constantly creating and destroying them
+ -- Used to hide about/find/replace/etc windows instead
+ -- of constantly creating and destroying them.
procedure Hide_CB
(Item : in out FLTK.Widgets.Widget'Class)