~cypheon/elfelli

470e2ab5d1ada9013e3c7ee040469a4b4bbd4cc8 — Johann Rudloff 4 years ago 7ba73dd
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")));