gfse: use alltenses/ instead of present/ when looking up RGL oper types

This commit is contained in:
hallgren
2013-04-26 15:01:11 +00:00
parent b88065e250
commit 8d866541d3

View File

@@ -1191,7 +1191,7 @@ function draw_opens(g,ci) {
setTimeout(function(){sheet.style.top="0px";},1000)
}
function cont1() { gfshell("so",cont2) }
gfshell("i -retain present/"+m+".gfo",cont1)
gfshell("i -retain alltenses/"+m+".gfo",cont1)
}
}
var first=true;