035e109c2dce9f6a9552f75d09b1573311d02546tweenk * @brief Macro for icon names used in Inkscape
035e109c2dce9f6a9552f75d09b1573311d02546tweenk * Krzysztof Kosiński <tweenk.pl@gmail.com>
035e109c2dce9f6a9552f75d09b1573311d02546tweenk * Copyright (C) 2009 Authors
035e109c2dce9f6a9552f75d09b1573311d02546tweenk * Released under GNU GPL, read the file 'COPYING' for more information
c730b7fa118ad88d7cc6047dcc78e7098cdf79caKrzysztof Kosiński/** @brief Icon name annotation.
c730b7fa118ad88d7cc6047dcc78e7098cdf79caKrzysztof Kosiński * Use this macro to mark strings which are used as icon names.
c730b7fa118ad88d7cc6047dcc78e7098cdf79caKrzysztof Kosiński * This greatly simplifies tasks such as obtaining a full list of icons
c730b7fa118ad88d7cc6047dcc78e7098cdf79caKrzysztof Kosiński * used by Inkscape. */
035e109c2dce9f6a9552f75d09b1573311d02546tweenk#endif /* ifdef SEEN_INKSCAPE_ICON_NAMES_H */
035e109c2dce9f6a9552f75d09b1573311d02546tweenk Local Variables:
035e109c2dce9f6a9552f75d09b1573311d02546tweenk c-file-style:"stroustrup"
035e109c2dce9f6a9552f75d09b1573311d02546tweenk c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
035e109c2dce9f6a9552f75d09b1573311d02546tweenk indent-tabs-mode:nil
035e109c2dce9f6a9552f75d09b1573311d02546tweenk fill-column:99
a4030d5ca449e7e384bc699cd249ee704faaeab0Chris Morgan// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :