diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-17 16:16:48 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-17 16:16:48 +0000 |
| commit | 3d7cb701724e74a7348f73313a2d47aac2f12b9b (patch) | |
| tree | 85e71077bbb2c34737735c181c1d7612c18dcf09 /share/extensions/inkscape_help_relnotes.inx | |
| parent | A small step towards making the inx files fully XML / schema compliant (diff) | |
| download | inkscape-3d7cb701724e74a7348f73313a2d47aac2f12b9b.tar.gz inkscape-3d7cb701724e74a7348f73313a2d47aac2f12b9b.zip | |
Following the previous commit - update to the INX files - a step towards proper XML format with schema for INX files.
(bzr r5465)
Diffstat (limited to 'share/extensions/inkscape_help_relnotes.inx')
| -rw-r--r-- | share/extensions/inkscape_help_relnotes.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx index 6988b6c12..72e2c3591 100644 --- a/share/extensions/inkscape_help_relnotes.inx +++ b/share/extensions/inkscape_help_relnotes.inx @@ -3,9 +3,9 @@ <id>org.inkscape.help.relnotes</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> <param name="url" gui-hidden="1" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046</param> - <effect needs-document="no"> + <effect needs-document="false"> <object-type>all</object-type> - <effects-menu hidden="yes"/> + <effects-menu hidden="true"/> </effect> <script> <command reldir="extensions" interpreter="python">launch_webbrowser.py</command> |
