diff options
author | Perberos <[email protected]> | 2012-04-22 22:30:42 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-04-22 22:30:42 -0300 |
commit | abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b (patch) | |
tree | aa18175809b91e11c0207213f51c9aa30e03e255 /mate-about | |
parent | 54e93070063dfc4d31e67605ce9c2e48c8521091 (diff) | |
download | mate-desktop-abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b.tar.bz2 mate-desktop-abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b.tar.xz |
removing N_() outside code scope
Diffstat (limited to 'mate-about')
-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"; |