-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from twinkletwinkie/master
Export Interface & About Interface Tweaks
- Loading branch information
Showing
3 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> | ||
<_name>0. Help</_name> | ||
<_name>About</_name> | ||
<id>net.svg2shenzhen.about.me</id> | ||
<param name='active-tab' type="notebook"> | ||
|
||
<page name='about' _gui-text='About'> | ||
<_param name="help" type="description"> | ||
Svg2Shenzhen version SVGSZ_VER | ||
Inkscape extension to export drawing as a KiCad Module or KiCad Project | ||
|
||
Get New Update: | ||
https://github.com/badgeek/svg2shenzhen | ||
|
||
Support this software: | ||
https://patreon.com/badgeek | ||
|
||
|
||
</_param> | ||
</page> | ||
|
||
<page name='about' _gui-text='About'> | ||
<label appearance="header">Svg2Shenzhen Ver. SVGSZ_VER</label> | ||
<separator /> | ||
<_param name="help" type="description" xml:space="preserve">Inkscape Extension to Export Drawings as a KiCad Module or KiCad Project | ||
|
||
To get updates, get help, review the source, or contribute please visit the project's GitHub page. | ||
|
||
Thank you to everyone who has contributed to Svg2Shenzhen.</_param> | ||
<separator /> | ||
<label>Project GitHub</label> | ||
<label indent="2" appearance="url">https://github.com/badgeek/svg2shenzhen</label> | ||
<separator /> | ||
<label>Support the Author:</label> | ||
<label indent="2" appearance="url">https://patreon.com/badgeek</label> | ||
</page> | ||
</param> | ||
<effect needs-live-preview="false"> | ||
<effects-menu _name="About"> | ||
<submenu _name="Svg2Shenzhen SVGSZ_VER"/> | ||
</effects-menu> | ||
<object-type>all</object-type> | ||
</effect> | ||
|
||
</inkscape-extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters