d8a2854bf9dbff00d54291f1581399c0191a4d00
[synfig.git] / synfig-studio / trunk / src / gtkmm / general.h
1 /* === S Y N F I G ========================================================= */
2 /*!     \file synfigstudio/src/gtkmm/general.h
3 **      \brief General header file for synfigstudio
4 **
5 **      $Id$
6 **
7 **      \legal
8 **      Copyright 2007 Paul Wise
9 **
10 **      This package is free software; you can redistribute it and/or
11 **      modify it under the terms of the GNU General Public License as
12 **      published by the Free Software Foundation; either version 2 of
13 **      the License, or (at your option) any later version.
14 **
15 **      This package is distributed in the hope that it will be useful,
16 **      but WITHOUT ANY WARRANTY; without even the implied warranty of
17 **      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 **      General Public License for more details.
19 **      \endlegal
20 */
21 /* ========================================================================= */
22
23 /* === S T A R T =========================================================== */
24
25 #ifndef __SYNFIGSTUDIO_GENERAL_H
26 #define __SYNFIGSTUDIO_GENERAL_H
27
28 /* === H E A D E R S ======================================================= */
29
30 #include <libintl.h>
31
32 /* === M A C R O S ========================================================= */
33
34 #undef _
35 #undef gettext_noop
36 #undef N_
37 #define _(x) gettext(x)
38 #define gettext_noop(x) x
39 #define N_(x) gettext_noop(x)
40
41 /* === T Y P E D E F S ===================================================== */
42
43 /* === C L A S S E S & S T R U C T S ======================================= */
44
45 /* === E N D =============================================================== */
46
47 #endif