diff options
author | monsta <[email protected]> | 2018-01-15 16:54:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-13 13:59:57 +0300 |
commit | e17e4d0e2eba2f6780757531cda40d0b94beba70 (patch) | |
tree | 955140113978471aa066fbc8a8121d5b010d4af4 | |
parent | 84bfd72807a1f00973ea65cdad90a3bd4f9f1be0 (diff) | |
download | mate-calc-e17e4d0e2eba2f6780757531cda40d0b94beba70.tar.bz2 mate-calc-e17e4d0e2eba2f6780757531cda40d0b94beba70.tar.xz |
add missing window icon to About dialog
-rw-r--r-- | src/math-window.c | 1 |
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); |