From e89f17cdaf2757eb522579f68dc7b8a3197b0d6b Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Wed, 16 Aug 2017 19:04:47 +0100 Subject: AboutBox: Add placeholder Copyright string. Need to confirm contents --- src/ui/dialog/aboutbox.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index c537013ab..569056ee1 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -80,14 +80,15 @@ AboutBox::AboutBox() // Set Application metadata, which will be automatically // inserted into text widgets by the Gtk::AboutDialog parent class - 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_comments(_("Open Source Scalable Vector Graphics Editor\n" - "Draw Freely.")); + 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_comments (_("Open Source Scalable Vector Graphics Editor\n" + "Draw Freely.")); } /** -- cgit v1.2.3