16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński * Commit events.
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński * Krzysztof Kosiński <tweenk.pl@gmail.com>
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński * Copyright (C) 2009 Authors
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński * Released under GNU GPL, read the file 'COPYING' for more information
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński/// This is used to provide sensible messages on the undo stack.
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński} // namespace UI
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński} // namespace Inkscape
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński Local Variables:
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński c-file-style:"stroustrup"
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński indent-tabs-mode:nil
16a8c7d5e433b176636a4a1260c42ea43932110bKrzysztof Kosiński fill-column:99
a4030d5ca449e7e384bc699cd249ee704faaeab0Chris Morgan// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :