GTK: set default application icon

This commit is contained in:
2015-12-24 17:44:42 +01:00
parent bd7b2ab82b
commit b657756e37

View File

@@ -248,4 +248,7 @@ startMainWindow startdir = do
-- add the treeview to the scroll container
containerAdd scroll treeView
-- sets the default icon
windowSetDefaultIconFromFile "data/Gtk/icons/hsfm.png"
widgetShowAll rootWin