diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-04-19 09:07:48 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-04-19 09:07:48 +0000 |
commit | bcb7503802ce8e84133c22114815dcf1bd8d6770 (patch) | |
tree | d243852e748c4e35f4895512d54f09238e354e1d | |
parent | 279cc140c7714fcc0281f1c6914cf2a11f690e42 (diff) |
fixed semicolons
svn path=/trunk/externals/pdogg/; revision=15077
-rw-r--r-- | pdogg-meta.pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdogg-meta.pd b/pdogg-meta.pd index 7295eb9..265fe5c 100644 --- a/pdogg-meta.pd +++ b/pdogg-meta.pd @@ -2,7 +2,7 @@ #N canvas 20 20 420 300 META 0; #X text 10 30 NAME pdogg; #X text 10 50 AUTHOR Olaf Matthes; -#X text 10 70 DESCRIPTION objects for reading, writing, and streaming ogg; +#X text 10 70 DESCRIPTION objects for reading \, writing \, and streaming Ogg; #X text 10 90 LICENSE LGPL; #X text 10 110 VERSION 0.25; #X restore 10 10 pd META; |