diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-09-15 09:46:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-09-15 09:46:06 +0000 |
| commit | afc02a860a572f59f6609eee31fd44d4220a056b (patch) | |
| tree | 0dcfeb814a4150e820b6b16084f0c311ab50516a /share/extensions/funcplot.inx | |
| parent | My apologies. I just found out I have to modify the makefiles when I add stuf... (diff) | |
| download | inkscape-afc02a860a572f59f6609eee31fd44d4220a056b.tar.gz inkscape-afc02a860a572f59f6609eee31fd44d4220a056b.zip | |
Fixed bug causing crash when derivative field was not edited. TODO: do a check in ParamString so it won't crash.
(bzr r1709)
Diffstat (limited to 'share/extensions/funcplot.inx')
| -rw-r--r-- | share/extensions/funcplot.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index cd813f077..a7318ccbf 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -21,7 +21,7 @@ The constants pi and e are also available. </param> </param>
<param name="fofx" type="string" _gui-text="Function">exp(-x*x)</param>
<param name="fponum" type="boolean" _gui-text="Calculate first derivative numerically">true</param>
- <param name="fpofx" type="string" _gui-text="First derivative"></param>
+ <param name="fpofx" type="string" _gui-text="First derivative">x</param>
<effect>
<object-type>rect</object-type>
<effects-menu>
|
