Merging dev into hidpi-icons

This commit is contained in:
Hombre
2018-11-13 22:37:49 +01:00
131 changed files with 6426 additions and 2586 deletions

View File

@@ -64,7 +64,7 @@ std::vector<Glib::ustring> listSubDirs (const Glib::RefPtr<Gio::File>& dir, bool
} catch (const Glib::Exception& exception) {
if (options.rtSettings.verbose) {
std::cerr << exception.what () << std::endl;
std::cerr << exception.what().c_str() << std::endl;
}
}