Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / general.h
index 51bfdfe..816b0e0 100644 (file)
@@ -5,7 +5,8 @@
 **     $Id$
 **
 **     \legal
-**     Copyright 2007 Paul Wise
+**     Copyright (c) 2007 Paul Wise
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -43,6 +44,7 @@
 #else
 #define _(x) (x)
 #define N_(x) (x)
+#define gettext(x) (x)
 #endif
 
 /* === T Y P E D E F S ===================================================== */