NOISSUE do people not even build their PRs when they make them?
This commit is contained in:
parent
6d3eace2a8
commit
3dd6cea8da
@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user