summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-15 16:54:30 +0300
committermonsta <[email protected]>2018-03-13 13:59:57 +0300
commite17e4d0e2eba2f6780757531cda40d0b94beba70 (patch)
tree955140113978471aa066fbc8a8121d5b010d4af4
parent84bfd72807a1f00973ea65cdad90a3bd4f9f1be0 (diff)
downloadmate-calc-e17e4d0e2eba2f6780757531cda40d0b94beba70.tar.bz2
mate-calc-e17e4d0e2eba2f6780757531cda40d0b94beba70.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 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);