diff options
| author | anatoly techtonik <techtonik@gmail.com> | 2018-11-27 07:51:28 +0000 |
|---|---|---|
| committer | anatoly techtonik <techtonik@gmail.com> | 2018-11-27 07:51:28 +0000 |
| commit | 7c7685f8cff9ae5c3d98508016ecdde6168307b4 (patch) | |
| tree | c0c20badb3587b3719865658fbebac30b9e91a50 /src/ui/dialog/aboutbox.cpp | |
| parent | Comment out debugging output. (diff) | |
| download | inkscape-7c7685f8cff9ae5c3d98508016ecdde6168307b4.tar.gz inkscape-7c7685f8cff9ae5c3d98508016ecdde6168307b4.zip | |
aboutbox.cpp: Add 2019 as some 1.0 release date in the future
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 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.")); } |
