From abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b Mon Sep 17 00:00:00 2001 From: Perberos Date: Sun, 22 Apr 2012 22:30:42 -0300 Subject: removing N_() outside code scope --- mate-about/mate-about.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mate-about/mate-about.h') 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 #endif +#if !defined(N_) + #define N_(s) s +#endif + //class mate_about //{ const char* program_name = "MATE Desktop Environment"; -- cgit v1.2.1