From 797ae5a99000c2fa8631c7f7f5917ca3883d500d Mon Sep 17 00:00:00 2001 From: acspike Date: Fri, 2 Mar 2007 17:06:37 +0000 Subject: [PATCH] fix comment to match code comment said "sp_ext_" code was changed to "ink_ext_" --- src/extension/implementation/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index dbfd685dd..37632b31a 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -675,7 +675,7 @@ Script::save(Inkscape::Extension::Output *module, This function is a little bit trickier than the previous two. It needs two temporary files to get it's work done. Both of these files have random names created for them using the g_file_open_temp function - with the sp_ext_ prefix in the temporary directory. Like the other + with the ink_ext_ prefix in the temporary directory. Like the other functions, the temporary files are deleted at the end. To save/load the two temporary documents (both are SVG) the internal -- 2.30.2