From 8d866541d302864747278f5d5f9f62138b34bf19 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 26 Apr 2013 15:01:11 +0000 Subject: [PATCH] gfse: use alltenses/ instead of present/ when looking up RGL oper types --- src/www/gfse/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index dc1363fd3..d81959e2d 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -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;