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 | |
| 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)
| -rw-r--r-- | share/extensions/inkscape_help_askaquestion.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_commandline.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_faq.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_keys.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_manual.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_relnotes.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_reportabug.inx | 2 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_svgspec.inx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/share/extensions/inkscape_help_askaquestion.inx b/share/extensions/inkscape_help_askaquestion.inx index b7426436c..74462bf07 100644 --- a/share/extensions/inkscape_help_askaquestion.inx +++ b/share/extensions/inkscape_help_askaquestion.inx @@ -3,7 +3,7 @@ <_name>Ask Us a Question</_name> <id>org.inkscape.help.askaquestion</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://answers.launchpad.net/inkscape/+addquestion</param> + <param name="url" gui-hidden="true" type="string">http://answers.launchpad.net/inkscape/+addquestion</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> 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"/> diff --git a/share/extensions/inkscape_help_faq.inx b/share/extensions/inkscape_help_faq.inx index e3f8d0819..5f7821b04 100644 --- a/share/extensions/inkscape_help_faq.inx +++ b/share/extensions/inkscape_help_faq.inx @@ -3,7 +3,7 @@ <_name>FAQ</_name> <id>org.inkscape.help.faq</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/FAQ</param> + <param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/FAQ</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> diff --git a/share/extensions/inkscape_help_keys.inx b/share/extensions/inkscape_help_keys.inx index 0d275b41c..15c55fa40 100644 --- a/share/extensions/inkscape_help_keys.inx +++ b/share/extensions/inkscape_help_keys.inx @@ -3,7 +3,7 @@ <_name>Keys and Mouse Reference</_name> <id>org.inkscape.help.keys</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://inkscape.org/doc/keys046.html</param> + <param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/keys046.html</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> diff --git a/share/extensions/inkscape_help_manual.inx b/share/extensions/inkscape_help_manual.inx index c6ff67ad2..08713e7e9 100644 --- a/share/extensions/inkscape_help_manual.inx +++ b/share/extensions/inkscape_help_manual.inx @@ -3,7 +3,7 @@ <_name>Inkscape Manual</_name> <id>org.inkscape.help.manual</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php</param> + <param name="url" gui-hidden="true" type="string">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx index c02acc34f..37556d146 100644 --- a/share/extensions/inkscape_help_relnotes.inx +++ b/share/extensions/inkscape_help_relnotes.inx @@ -3,7 +3,7 @@ <_name>New in This Version</_name> <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> + <param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> diff --git a/share/extensions/inkscape_help_reportabug.inx b/share/extensions/inkscape_help_reportabug.inx index 436bb3816..8c3929f3e 100644 --- a/share/extensions/inkscape_help_reportabug.inx +++ b/share/extensions/inkscape_help_reportabug.inx @@ -3,7 +3,7 @@ <_name>Report a Bug</_name> <id>org.inkscape.help.reportabug</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://inkscape.org/report_bugs.php</param> + <param name="url" gui-hidden="true" type="string">http://inkscape.org/report_bugs.php</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> diff --git a/share/extensions/inkscape_help_svgspec.inx b/share/extensions/inkscape_help_svgspec.inx index 5483b7eea..34a111839 100644 --- a/share/extensions/inkscape_help_svgspec.inx +++ b/share/extensions/inkscape_help_svgspec.inx @@ -3,7 +3,7 @@ <_name>SVG 1.1 Specification</_name> <id>org.inkscape.help.svgspec</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="1" type="string">http://www.w3.org/TR/SVG11/</param> + <param name="url" gui-hidden="true" type="string">http://www.w3.org/TR/SVG11/</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> |
