diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-20 22:38:04 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-20 22:38:04 +0000 |
| commit | e7b48eee5be34717648992559ffa669ff62f9ab4 (patch) | |
| tree | 9483a3c39aaafb7f2ba88416b0a86f7bd8892c0d /fluid/ide_support.cxx | |
| parent | 7b74a91bfd2df7abc00d2b1454af3d01118fff89 (diff) | |
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
Diffstat (limited to 'fluid/ide_support.cxx')
| -rw-r--r-- | fluid/ide_support.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
