From 1d5300967f4a0e6c1a855f114fd074b96f5a3700 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 34f1210..8268b3f 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -274,6 +274,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