GTK: set default application icon

This commit is contained in:
Julian Ospald 2015-12-24 17:44:42 +01:00
parent bd7b2ab82b
commit b657756e37
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

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