From e7b48eee5be34717648992559ffa669ff62f9ab4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 20 Feb 2010 22:38:04 +0000 Subject: Supporting an application icon in Fluid IDE support. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/ide_support.cxx') diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index b2daa8f74..2b78db550 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -584,6 +584,7 @@ int create_new_database(const char *filename) fluid_app.add_lib(fltk_images_lib); fluid_app.add_lib(fltk_jpeg_lib); fluid_app.add_lib(fltk_png_lib); + osx_only(fluid_app.add_external_lib(files_db, "icons/fluid.icns")); } // --- create test applications -- cgit v1.2.3