summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/reply/shr_add_glyph.erl')
-rw-r--r-- | src/shared/reply/shr_add_glyph.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/reply/shr_add_glyph.erl b/src/shared/reply/shr_add_glyph.erl index cea10d2..b3ab86e 100644 --- a/src/shared/reply/shr_add_glyph.erl +++ b/src/shared/reply/shr_add_glyph.erl @@ -20,7 +20,7 @@ generate (Glyph) -> { [ - {<<"msg">>, <<"add_glyph">>}, + {<<"msg">>, <<"acds_glyph">>}, {<<"id">>, shr_glyph:get_id(Glyph)}, {<<"nam">>, shr_glyph:get_name(Glyph)}, {<<"fam">>, shr_glyph:get_family_id(Glyph)}, |