diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-25 01:57:15 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-25 01:57:15 +0000 |
| commit | 07edfee96b04863203327ec3a419a821bc901b86 (patch) | |
| tree | c94ca7cd28c2c0a0106f0a662110ee7e87bfc64b | |
| parent | Fixed some toolbox definition and minor tweaks (diff) | |
| parent | Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 (diff) | |
| download | inkscape-07edfee96b04863203327ec3a419a821bc901b86.tar.gz inkscape-07edfee96b04863203327ec3a419a821bc901b86.zip | |
update to trunk
(bzr r14393.1.31)
| -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> |
