diff options
author | monsta <[email protected]> | 2018-03-17 20:24:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-17 20:28:17 +0300 |
commit | 85f1fb713fd2fea2d46e8a42404f09de4b8769c2 (patch) | |
tree | 9c04a0c5458df125fdc0eedf3af57d49e55026a0 /src | |
parent | b03b7935bc0f25abfd97d2ad93f2255bbd8c0256 (diff) | |
download | mate-power-manager-85f1fb713fd2fea2d46e8a42404f09de4b8769c2.tar.bz2 mate-power-manager-85f1fb713fd2fea2d46e8a42404f09de4b8769c2.tar.xz |
add missing window icon to About dialogs
Diffstat (limited to 'src')
-rw-r--r-- | src/gpm-tray-icon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c index dbf14ab..94efc5e 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -193,6 +193,7 @@ gpm_tray_icon_show_about_cb (GtkMenuItem *item, gpointer data) * box to give credit to the translator(s). */ "translator-credits", _("translator-credits"), + "icon-name", "mate-power-manager", "logo-icon-name", "mate-power-manager", "website", "http://www.mate-desktop.org", NULL); |