We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285711f commit e0ddfa1Copy full SHA for e0ddfa1
ImageM/+imagem/+actions/+table/+edit/RenameTable.m
@@ -55,8 +55,8 @@ function run(obj, frame) %#ok<INUSL>
55
updateTitle(frame);
56
57
% add history
58
- string = sprintf('%s.Name = ''%s'');\n', ...
59
- doc.Tag, newName);
+ string = sprintf('%s.Name = ''%s'';\n', ...
+ frame.Doc.Tag, newName);
60
addToHistory(frame, string);
61
62
end
0 commit comments