diff options
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index fd74b1c..9b4f256 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -32,7 +32,8 @@ const char* program_name = "MATE Desktop Environment"; const char* version = PACKAGE_VERSION; - const char* icon = "desktop"; + const char* icon = "mate"; + const char* desktop_icon = "desktop"; const char* website = "http://www.mate-desktop.org/"; const char* copyright = "" |