Changeset 95

Show
Ignore:
Timestamp:
10/28/07 14:46:49 (15 months ago)
Author:
verbosus
Message:

Automatic Text: fixed handling of glyph name in "from/to" feature

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hacks/trunk/automatic_text.py

    r94 r95  
    219219            if fl.font[i].name == glyph_to: 
    220220                break 
    221     generate(glyphset, glyph_name) 
     221    generate(glyphset, get_glyph_name(glyph_name)) 
    222222 
    223223d = AutomaticTextDialog()