From e17e4d0e2eba2f6780757531cda40d0b94beba70 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 15 Jan 2018 16:54:30 +0300 Subject: add missing window icon to About dialog --- src/math-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math-window.c b/src/math-window.c index 3cde97e..c44b65a 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -265,6 +265,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) "authors", authors, "documenters", documenters, "translator_credits", translator_credits, + "icon-name", "accessories-calculator", "logo-icon-name", "accessories-calculator", "website", "http://mate-desktop.org", NULL); -- cgit v1.2.1