From 7c7685f8cff9ae5c3d98508016ecdde6168307b4 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 27 Nov 2018 07:51:28 +0000 Subject: aboutbox.cpp: Add 2019 as some 1.0 release date in the future --- 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 a5fe1dab2..02647c627 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -86,7 +86,7 @@ AboutBox::AboutBox() 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.")); } -- cgit v1.2.3 From 64bd0ec87fee36c0e88c5880a783e4d084643fc3 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sat, 1 Dec 2018 16:55:45 +0000 Subject: Turn off clang-format for about box formatting --- src/ui/dialog/aboutbox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui') diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 02647c627..d79a14861 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -80,6 +80,7 @@ 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")); @@ -89,6 +90,7 @@ AboutBox::AboutBox() set_copyright (_("© 2019 Inkscape Developers")); set_comments (_("Open Source Scalable Vector Graphics Editor\n" "Draw Freely.")); + // clang-format on } /** -- cgit v1.2.3