Skip to content
Snippets Groups Projects
Commit 1ed8f800 authored by inso's avatar inso
Browse files

Fix paths

parent 620176bc
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Controller.prototype.IntroductionPageCallback = function() {
Controller.prototype.TargetDirectoryPageCallback = function()
{
gui.currentPageWidget().TargetDirectoryLineEdit.setText("/tmp/qt/5.5.1");
gui.currentPageWidget().TargetDirectoryLineEdit.setText("/tmp/qt/5.5");
gui.clickButton(buttons.NextButton);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment