diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-02 13:56:14 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-02 13:56:14 +0000 |
| commit | f4fa6b5472cdbfb67a2e13b9c51664a2d339a5da (patch) | |
| tree | 47a286fd6f3225763f4ea0c90ce67d6535409b3f /src/extension/paramnotebook.cpp | |
| parent | NEW: temporary on-canvas indicators (diff) | |
| download | inkscape-f4fa6b5472cdbfb67a2e13b9c51664a2d339a5da.tar.gz inkscape-f4fa6b5472cdbfb67a2e13b9c51664a2d339a5da.zip | |
revert a bit of svnrev 17570. remove obsolete comment
(bzr r4919)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/paramnotebook.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 <std::string> &list) |
