Add link to website to "About" dialog.
1 files changed, 1 insertions(+), 0 deletions(-) M src/Application.cpp
M src/Application.cpp => src/Application.cpp +1 -0
@@ 267,6 267,7 @@ void Application::on_about_activate() dlg.set_version(version); dlg.set_authors(std::vector<std::string>(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")));