diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2015-10-24 12:42:23 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2015-10-24 12:42:23 +0000 |
| commit | b85011acb374f9b85fc6def1507747bb4da60c00 (patch) | |
| tree | d99a15737d2cf3667957c00b395520020c157ac5 /share/extensions/plotter.inx | |
| parent | Translations. Icelandic translation update. (diff) | |
| download | inkscape-b85011acb374f9b85fc6def1507747bb4da60c00.tar.gz inkscape-b85011acb374f9b85fc6def1507747bb4da60c00.zip | |
Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580
Fixed bugs:
- https://launchpad.net/bugs/1509580
(bzr r14429)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 6a8bfb3d4..c91857b05 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -49,7 +49,7 @@ <_item value="xonxoff">Software (XON/XOFF)</_item> <_item value="rtscts">Hardware (RTS/CTS)</_item> <_item value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS)</_item> - <_item msgctxt="Flow control" value="">None</_item> + <_item value="none">None</_item> </param> <param name="commandLanguage" type="enum" _gui-text="Command language:" _gui-description="The command language to use (Default: HPGL)"> <_item value="HPGL">HPGL</_item> |
