diff options
author | monsta <[email protected]> | 2018-01-15 16:54:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-15 16:54:54 +0300 |
commit | 1d5300967f4a0e6c1a855f114fd074b96f5a3700 (patch) | |
tree | 13121c01dfb92c5425fdd40b20ac8a80e73f70d7 /src | |
parent | 032a1714a7ade0c61badea9b5a253a95bc1953b9 (diff) | |
download | mate-calc-1d5300967f4a0e6c1a855f114fd074b96f5a3700.tar.bz2 mate-calc-1d5300967f4a0e6c1a855f114fd074b96f5a3700.tar.xz |
add missing window icon to About dialog
Diffstat (limited to 'src')
-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 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); |