summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-15 16:54:30 +0300
committermonsta <[email protected]>2018-01-15 16:54:54 +0300
commit1d5300967f4a0e6c1a855f114fd074b96f5a3700 (patch)
tree13121c01dfb92c5425fdd40b20ac8a80e73f70d7
parent032a1714a7ade0c61badea9b5a253a95bc1953b9 (diff)
downloadmate-calc-1d5300967f4a0e6c1a855f114fd074b96f5a3700.tar.bz2
mate-calc-1d5300967f4a0e6c1a855f114fd074b96f5a3700.tar.xz
add missing window icon to About dialog
-rw-r--r--src/math-window.c1
1 files changed, 1 insertions, 0 deletions
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);