diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-18 15:14:43 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-18 15:14:43 +0000 |
| commit | beee5fea611c86249ba1fd16c1ee3ec57db10589 (patch) | |
| tree | e7b7db3bfc088329699c7064d2332fab6dec607d /share | |
| parent | update to latest 2geom. (eol-style fix) (diff) | |
| download | inkscape-beee5fea611c86249ba1fd16c1ee3ec57db10589.tar.gz inkscape-beee5fea611c86249ba1fd16c1ee3ec57db10589.zip | |
As there is no implementation for this extension it will not validate with the new schema. Thus removing this example - all relevant information is now available on the wiki: http://wiki.inkscape.org/wiki/index.php/Extensions#RadioButton_example
(bzr r5471)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/radiobutton_example.inx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/share/extensions/radiobutton_example.inx b/share/extensions/radiobutton_example.inx deleted file mode 100644 index 12d63ea40..000000000 --- a/share/extensions/radiobutton_example.inx +++ /dev/null @@ -1,20 +0,0 @@ -<inkscape-extension> - <_name>RadioButton example</_name> - <id>org.inkscape.effect.radiobuttontest</id> - <param name="radio1" type="optiongroup" _gui-text="Select option: "> - <option value="string1">translatable string 1</option> - <option value="string2">string 2</option> - <option value="string3">test 3!</option> - </param> - <param name="radio2" type="optiongroup" _gui-text="Select second option: "> - <option value="string11">string1</option> - <option value="string22">string2</option> - <option>test3!</option> - </param> - <effect> - <object-type>all</object-type> - <effects-menu> - <submenu _name="Developer Examples"/> - </effects-menu> - </effect> -</inkscape-extension> |
