From 7a14ee099c2fd382c2951627bf43e3fc507181f4 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 19 Sep 2016 18:53:14 +1000 Subject: Editors.adb/ads now known as Editor_Windows.adb/ads in preparation for more window types --- src/adapad.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/adapad.adb') diff --git a/src/adapad.adb b/src/adapad.adb index 5dc36ca..20d5ba4 100644 --- a/src/adapad.adb +++ b/src/adapad.adb @@ -1,8 +1,8 @@ with FLTK; -with Editors; -use Editors; +with Editor_Windows; +use Editor_Windows; with FLTK.Text_Buffers; use FLTK.Text_Buffers; with FLTK.Widgets; -- cgit