summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-04-22 22:30:42 -0300
committerPerberos <[email protected]>2012-04-22 22:30:42 -0300
commitabc603ab57675cfaa7d3111abd8a43b6dcb4ff8b (patch)
treeaa18175809b91e11c0207213f51c9aa30e03e255
parent54e93070063dfc4d31e67605ce9c2e48c8521091 (diff)
downloadmate-desktop-abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b.tar.bz2
mate-desktop-abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b.tar.xz
removing N_() outside code scope
-rw-r--r--mate-about/mate-about.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 2c84349..ffec736 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -43,6 +43,10 @@
#include <getopt.h>
#endif
+#if !defined(N_)
+ #define N_(s) s
+#endif
+
//class mate_about
//{
const char* program_name = "MATE Desktop Environment";