diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-30 13:37:58 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-30 13:37:58 +0000 |
| commit | cf5cbf75692ce1f4e71e4445542f6925c24a5a27 (patch) | |
| tree | 1d77c7fd3e2d54b8ebae19d0867d80c24e5cc2d0 /share/extensions/inkscape_help_commandline.inx | |
| parent | Remove cdr2svg.sh from makefile (addition to rev. 18470, see https://bugs.lau... (diff) | |
| download | inkscape-cf5cbf75692ce1f4e71e4445542f6925c24a5a27.tar.gz inkscape-cf5cbf75692ce1f4e71e4445542f6925c24a5a27.zip | |
Fixed one attribute value to be proper boolean.
(bzr r5558)
Diffstat (limited to 'share/extensions/inkscape_help_commandline.inx')
| -rw-r--r-- | share/extensions/inkscape_help_commandline.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx index bf6f505fd..b010296fc 100644 --- a/share/extensions/inkscape_help_commandline.inx +++ b/share/extensions/inkscape_help_commandline.inx @@ -3,7 +3,7 @@ <_name>Command Line Options</_name> <id>org.inkscape.help.commandline</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://inkscape.org/doc/inkscape-man.html</param> + <param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/inkscape-man.html</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> |
