Merge branch 'dev' into std-mutex

This commit is contained in:
Hombre
2019-12-29 00:40:02 +01:00
4 changed files with 46 additions and 36 deletions

View File

@@ -921,7 +921,8 @@ void RTWindow::writeToolExpandedStatus (std::vector<int> &tpOpen)
void RTWindow::showRawPedia()
{
show_uri("https://rawpedia.rawtherapee.com/", GDK_CURRENT_TIME);
GError* gerror = nullptr;
gtk_show_uri(nullptr, "https://rawpedia.rawtherapee.com/", GDK_CURRENT_TIME, &gerror);
}
void RTWindow::showICCProfileCreator ()