add http:// to website, making link in about window clickable
This commit is contained in:
parent
ea970c702d
commit
204f3c7ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ const Glib::ustring GtkLumiera::get_app_copyright()
|
|||
|
||||
const Glib::ustring GtkLumiera::get_app_website()
|
||||
{
|
||||
return "www.lumiera.org";
|
||||
return "http://www.lumiera.org";
|
||||
}
|
||||
|
||||
const std::vector<Glib::ustring>
|
||||
|
|
|
|||
Loading…
Reference in a new issue