From aab581ac95a3d501a4c44b1fe9ac71a5a62a3bce Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Fri, 2 Mar 2007 17:06:37 +0000 Subject: fix comment to match code comment said "sp_ext_" code was changed to "ink_ext_" (bzr r2502) --- src/extension/implementation/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/implementation/script.cpp') 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 -- cgit v1.2.3