Code

added fix from Dale Harvey to expand incomplete JIDs specified in user
[inkscape.git] / src / dialogs / text-edit.h
1 #ifndef SP_TEXT_EDIT_H
2 #define SP_TEXT_EDIT_H
4 /**
5  * \brief text-edit
6  *
7  * Text editing and font changes
8  *
9  */
11 void sp_text_edit_dialog (void);
13 #endif
15 /*
16   Local Variables:
17   mode:c++
18   c-file-style:"stroustrup"
19   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
20   indent-tabs-mode:nil
21   fill-column:99
22   End:
23 */
24 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :