From 1906d3027dc3ad8b9b5533712299d48e265c852c Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 12 Mar 2018 09:14:01 -0700 Subject: Do not use hardcoded path for icon Use just the symbolic name "hardinfo", allowing for icon packs to provide alternative icons. Fixes #227 --- shell/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/callbacks.c') diff --git a/shell/callbacks.c b/shell/callbacks.c index 9bb5c990..e7183185 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -199,7 +199,7 @@ void cb_about() gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about), _("System information and benchmark tool")); gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(about), - icon_cache_get_pixbuf("logo.png")); + icon_cache_get_pixbuf("hardinfo.png")); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(about), _("HardInfo is free software; you can redistribute it and/or modify " -- cgit v1.2.3