diff options
Diffstat (limited to 'src/math-window.c')
-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 0ab882d..8a9302d 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -538,6 +538,7 @@ math_window_init(MathWindow *window) gtk_window_set_title(GTK_WINDOW(window), /* Title of main window */ _("Calculator")); + gtk_window_set_icon_name(GTK_WINDOW(window), "accessories-calculator"); gtk_window_set_role(GTK_WINDOW(window), "mate-calc"); gtk_window_set_resizable(GTK_WINDOW(window), FALSE); g_signal_connect_after(G_OBJECT(window), "key-press-event", G_CALLBACK(key_press_cb), NULL); |