From: johanengelen Date: Sun, 2 Mar 2008 13:56:14 +0000 (+0000) Subject: revert a bit of svnrev 17570. remove obsolete comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cc632a21ffc120b6f3d063b4ce71c900cf3b132f;p=inkscape.git revert a bit of svnrev 17570. remove obsolete comment --- diff --git a/src/extension/paramnotebook.cpp b/src/extension/paramnotebook.cpp index 7862edeb1..c80731adc 100644 --- a/src/extension/paramnotebook.cpp +++ b/src/extension/paramnotebook.cpp @@ -304,14 +304,6 @@ ParamNotebook::set (const int in, SPDocument * /*doc*/, Inkscape::XML::Node * /* /** \brief A function to get the currentpage and the parameters in a string form \return A string with the 'value' and all the parameters on all pages as command line arguments - - This is really a hack. The function is called by Extension::paramString() to build - the commandline string like: '--param1name=\"param1value\" --param2name=\"param2value\" ...' - Extension::paramString expects this function to return '\"param1value\"'; but instead, - this function returns: '\"param1value\" --page1param1name=\"page1param1value\" ...' - - \TODO Do this better. For example, make Parameter::paramString() that returns '--name=\"value\"' - instead of just returning '\"value\"'. */ void ParamNotebook::string (std::list &list)