diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-03-04 09:07:10 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-03-04 09:07:10 +0000 |
| commit | 2080baf0f88bce3f6df5b4eeb9882ef52dea8de6 (patch) | |
| tree | b2aa9bd9557ae1135ea42c2f04e334961416d909 | |
| parent | New extension to convert text to braille (diff) | |
| download | inkscape-2080baf0f88bce3f6df5b4eeb9882ef52dea8de6.tar.gz inkscape-2080baf0f88bce3f6df5b4eeb9882ef52dea8de6.zip | |
Fixed whitespace after backslash at end of line
(bzr r4948)
| -rw-r--r-- | share/extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 6ad2f17f3..c17b4bfa7 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -207,7 +207,7 @@ modules = \ text_flipcase.inx \ text_randomcase.inx \ text_replace.inx \ - text_braille.inx \ + text_braille.inx \ txt2svg.inx \ whirl.inx \ wmf_input.inx \ |
