From 470e2ab5d1ada9013e3c7ee040469a4b4bbd4cc8 Mon Sep 17 00:00:00 2001 From: Johann Rudloff Date: Wed, 12 Sep 2018 19:32:23 +0200 Subject: [PATCH] Add link to website to "About" dialog. --- src/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application.cpp b/src/Application.cpp index d71c2bb..8fecc48 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -267,6 +267,7 @@ void Application::on_about_activate() dlg.set_version(version); dlg.set_authors(std::vector(1, "Johann Rudloff")); dlg.set_copyright("Copyright \xC2\xA9 2006-2008 Johann Rudloff"); + dlg.set_website("https://elfelli.sinyax.net/"); dlg.set_license(license_text); dlg.set_logo(Gdk::Pixbuf::create_from_file(find_datafile("elfelli-logo.svg"))); -- 2.38.5