summaryrefslogtreecommitdiff
path: root/src/adapad.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/adapad.adb')
-rw-r--r--src/adapad.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adapad.adb b/src/adapad.adb
index 1379a0c..abb63cb 100644
--- a/src/adapad.adb
+++ b/src/adapad.adb
@@ -38,7 +38,7 @@ package body Adapad is
-- Global state of the text editor.
Editor : Windows.Editor.Editor_Window := Windows.Editor.Create (800, 500);
- Buffer : FLTK.Text_Buffers.Text_Buffer := FLTK.Text_Buffers.Create;
+ Buffer : FLTK.Text_Buffers.Text_Buffer := FLTK.Text_Buffers.Forge.Create;
About : Windows.About.About_Window := Windows.About.Create;
Find : Windows.Find.Find_Window := Windows.Find.Create;
Replace : Windows.Replace.Replace_Window := Windows.Replace.Create;