summaryrefslogtreecommitdiff
path: root/src/windows.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.ads')
-rw-r--r--src/windows.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.ads b/src/windows.ads
index eac1dc0..8050467 100644
--- a/src/windows.ads
+++ b/src/windows.ads
@@ -31,7 +31,7 @@ private
(Ada.Directories.Full_Name (Ada.Command_Line.Command_Name));
Logo : FLTK.Images.RGB.PNG.PNG_Image :=
- FLTK.Images.RGB.PNG.Create (Origin & "/../share/adapad/logo.png");
+ FLTK.Images.RGB.PNG.Forge.Create (Origin & "/../share/adapad/logo.png");
end Windows;