diff --git a/src/Lib/settings.cpp b/src/Lib/settings.cpp index ef343c1..5be607a 100644 --- a/src/Lib/settings.cpp +++ b/src/Lib/settings.cpp @@ -45,8 +45,8 @@ lc::Settings::Settings( pt::ptree root ) : "The display of preprints will not work."))), killallCmd(QString::fromStdString(binary_paths.get("killall_command", "Killing 'zleaf.exe' or 'ztree.exe' instances will not work."))), - zleafExeName(QString::fromStdString(binary_paths.get("zleaf_exe_name"))), - ztreeExeName(QString::fromStdString(binary_paths.get("ztree_exe_name"))), + zleafExeName(QString::fromStdString(binary_paths.get("zleaf_exe_name", "using zleaf will not work."))), + ztreeExeName(QString::fromStdString(binary_paths.get("ztree_exe_name", "using ztree will not work."))), latexCmd(QString::fromStdString(binary_paths.get("latex_command", "Receipts creation will not work."))), lcDataDir(QString::fromStdString(binary_paths.get("labcontrol_data_directory",