diff options
author | monsta <[email protected]> | 2017-10-08 16:22:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-08 16:22:57 +0300 |
commit | a3c6c14fbcdd509bb09979f464e3df13e07a168d (patch) | |
tree | 0db3d2506dc0927919c5994558f13713b88ea8b1 /mate-window-picker-applet/applet.c | |
parent | 3c0bdd450b8d601bf72e8637d2321accbde963ef (diff) | |
download | mate-netbook-a3c6c14fbcdd509bb09979f464e3df13e07a168d.tar.bz2 mate-netbook-a3c6c14fbcdd509bb09979f464e3df13e07a168d.tar.xz |
window picker: add icon for taskbar to About dialog
Diffstat (limited to 'mate-window-picker-applet/applet.c')
-rw-r--r-- | mate-window-picker-applet/applet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c index 7cd6500..fc16801 100644 --- a/mate-window-picker-applet/applet.c +++ b/mate-window-picker-applet/applet.c @@ -212,6 +212,7 @@ display_about_dialog (GtkAction *action, "comments", _("Window Picker"), "version", PACKAGE_VERSION, "authors", close_window_authors, + "icon-name", "preferences-system-windows", "logo-icon-name", "preferences-system-windows", "copyright", "Copyright \xc2\xa9 2008 Canonical Ltd\n" "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n" |