diff options
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 3db65411a..e829091cb 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -83,7 +83,7 @@ AboutBox::AboutBox() // clang-format off set_program_name ( "Inkscape"); set_version ( Inkscape::version_string); - set_logo_icon_name( INKSCAPE_ICON("inkscape")); + set_logo_icon_name( INKSCAPE_ICON("org.inkscape.Inkscape")); set_website ( "https://www.inkscape.org"); set_website_label (_("Inkscape website")); set_license_type (Gtk::LICENSE_GPL_3_0); |
