diff options
-rw-r--r-- | mate-about/mate-about.h | 4 |
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"; |