Code

Fix some console warning spam (most cannot be fixed, unfortunately)
[inkscape.git] / src / ui / stock-items.h
1 /**
2  * \brief StockItems for Inkscape-specific menu and button labels and key
3  *        accelerators.
4  *
5  * Author:
6  *   Derek P. Moore <derekm@hackunix.org>
7  *
8  * Copyright (C) 2004 Derek P. Moore
9  *
10  * Released under GNU GPL.  Read the file 'COPYING' for more information.
11  */
13 #ifndef INKSCAPE_UI_STOCK_ITEMS_H
14 #define INKSCAPE_UI_STOCK_ITEMS_H
16 namespace Inkscape {
17 namespace UI {
18 namespace Stock {
20 void init();
22 } // namespace Stock
23 } // namespace UI
24 } // namespace Inkscape
26 #endif // INKSCAPE_UI_STOCK_ITEMS_H
28 /*
29   Local Variables:
30   mode:c++
31   c-file-style:"stroustrup"
32   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
33   indent-tabs-mode:nil
34   fill-column:99
35   End:
36 */
37 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :