diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-10 04:36:17 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-10 04:36:17 +0000 |
| commit | 5235891060a1950b0dff3b7a09df8c26bf854a9a (patch) | |
| tree | 3ce04da787d48e50a84876b23d17e4e1b7d0df9f | |
| parent | [Bug #1662439] Instant crash when trying to move svg symbol. (diff) | |
| download | inkscape-5235891060a1950b0dff3b7a09df8c26bf854a9a.tar.gz inkscape-5235891060a1950b0dff3b7a09df8c26bf854a9a.zip | |
Extensions: Fix for r15483
(accidentally commited the wrong file version of scour.inx)
(bzr r15499)
| -rw-r--r-- | share/extensions/scour.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/scour.inx b/share/extensions/scour.inx index 5cad00780..e5a34188c 100644 --- a/share/extensions/scour.inx +++ b/share/extensions/scour.inx @@ -104,9 +104,9 @@ <param name="spacer" type="description"> </param> <_param name="about_version_desc" type="description">This version of the extension is designed for</_param> <param name="about_version" type="description">Scour 0.31+</param> - <param name="version" type="string" gui-hidden="true">0.31</param> + <param name="scour-version" type="string" gui-hidden="true">0.31</param> <!-- this parameter is checked programatically in the extension to show a warning --> <param _gui-text="Show warnings for older versions of Scour" - name="version_warn_old" type="boolean" indent="1">true</param> + name="scour-version-warn-old" type="boolean" indent="1">true</param> </page> </param> <output> |
