summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
-rw-r--r--src/ui/dialog/aboutbox.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index a5fe1dab2..d79a14861 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -80,15 +80,17 @@ AboutBox::AboutBox()
// Set Application metadata, which will be automatically
// inserted into text widgets by the Gtk::AboutDialog parent class
+ // clang-format off
set_program_name ( "Inkscape");
set_version ( Inkscape::version_string);
set_logo_icon_name( INKSCAPE_ICON("inkscape"));
set_website ( "https://www.inkscape.org");
set_website_label (_("Inkscape website"));
set_license_type (Gtk::LICENSE_GPL_3_0);
- set_copyright (_("© 2017 Inkscape Developers"));
+ set_copyright (_("© 2019 Inkscape Developers"));
set_comments (_("Open Source Scalable Vector Graphics Editor\n"
"Draw Freely."));
+ // clang-format on
}
/**