Skip to content

Commit

Permalink
Fixed an issue with whitespaces in path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis- authored Jul 12, 2018
1 parent d48552c commit 2512d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supermemo.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ OcclusionCreateAndEdit(parentElement, parentId, parentTitle, parentImageName, pa
newElement := CopyElement()
occlusionImageFile := OcclusionParseOcclusionFile(newElement)

Run, %ImageEditorBin% %parentImageFile% %occlusionImageFile%
Run, %ImageEditorBin% "%parentImageFile%" "%occlusionImageFile%"

return true
}
Expand Down Expand Up @@ -473,7 +473,7 @@ Return


; Set Hook (Ctrl+Win+h)
#^h::
#^&::
SetHook()
Return

Expand Down

0 comments on commit 2512d60

Please sign in to comment.