From ede7482f170d498d0a2129da6e81ff4764e366e2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Jul 2017 00:03:19 +1000 Subject: Logo file now better integrated --- src/windows-editor.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src/windows-editor.adb') diff --git a/src/windows-editor.adb b/src/windows-editor.adb index 81e5633..f8f15eb 100644 --- a/src/windows-editor.adb +++ b/src/windows-editor.adb @@ -60,7 +60,6 @@ package body Windows.Editor is This.Set_Resizable (This.Editor); This.Set_Size_Range (Min_Editor_Width, Min_Editor_Height); - This.Set_Icon (Logo); This.Editor.Remove_Key_Binding (Mod_Ctrl + 'z'); end return; -- cgit