From b4d274cb3217f73bbfecd5984def86efe1cd62da Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 24 Mar 2019 19:34:42 +0100 Subject: About dialog: Fix icon file location (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b) --- src/ui/dialog/aboutbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') 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); -- cgit v1.2.3