diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-07-26 22:34:44 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-07-26 22:34:44 +0000 |
commit | 6affd2a48d9e01c0198475a833133f4c51a69b76 (patch) | |
tree | 8709935484f02b1960441cd540b4aa222249654a /src | |
parent | 0d8513a9086f284cb2cd33beacfd4e8d64adcc44 (diff) |
+ tiny help patch fix
svn path=/trunk/externals/moocow/pdstring/; revision=8249
Diffstat (limited to 'src')
-rw-r--r-- | src/any2string-help.pd | 2 | ||||
-rw-r--r-- | src/string2any-help.pd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/any2string-help.pd b/src/any2string-help.pd index 695de06..873070c 100644 --- a/src/any2string-help.pd +++ b/src/any2string-help.pd @@ -29,7 +29,7 @@ For backwards compatibility \, the default EOS character is 0 (zero). ; #X text 51 5 any2string : convert pd messages to a list of floats; #X text 31 75 2 - EOS character (float); -#X obj 100 438 pdstring-help; +#X obj 100 438 pdstring; #X connect 1 0 0 0; #X connect 2 0 1 1; #X connect 3 0 1 1; diff --git a/src/string2any-help.pd b/src/string2any-help.pd index 8e44e15..fc3e4d1 100644 --- a/src/string2any-help.pd +++ b/src/string2any-help.pd @@ -35,7 +35,7 @@ has been processed.; #X msg 54 161 StringThing 97; #X text 168 161 ... selector is ignored ...; #X text 21 571 SEE ALSO:; -#X obj 102 570 pdstring-help; +#X obj 102 570 pdstring; #X connect 7 0 8 0; #X connect 10 0 7 0; #X connect 11 0 7 0; |