aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_text.c')
-rw-r--r--pd/src/g_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 3cca6b3a..a146ae91 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -902,7 +902,7 @@ static void gatom_properties(t_gobj *z, t_glist *owner)
{
t_gatom *x = (t_gatom *)z;
char buf[200];
- sprintf(buf, "pdtk_gatom_dialog %%s %d %g %g %d %s %s %s\n",
+ sprintf(buf, "pdtk_gatom_dialog %%s %d %g %g %d {%s} {%s} {%s}\n",
x->a_text.te_width, x->a_draglo, x->a_draghi,
x->a_wherelabel, gatom_escapit(x->a_label)->s_name,
gatom_escapit(x->a_symfrom)->s_name,