diff options
author | rbuj <[email protected]> | 2021-02-05 22:07:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-27 22:54:32 +0100 |
commit | 9486df8447a695c21edf7cc2ce1f222a3159588e (patch) | |
tree | 25b1a511002a30ccf05c3dc84f8bd880bc00691a /mate-about/mate-about.h.in | |
parent | cf587626632dbd9e7b00b58f23064a3f75d2bfd7 (diff) | |
download | mate-desktop-9486df8447a695c21edf7cc2ce1f222a3159588e.tar.bz2 mate-desktop-9486df8447a695c21edf7cc2ce1f222a3159588e.tar.xz |
mate-about: Use the macro _(String) instead of the macro gettext(Msgid)
Diffstat (limited to 'mate-about/mate-about.h.in')
-rw-r--r-- | mate-about/mate-about.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-about/mate-about.h.in b/mate-about/mate-about.h.in index ae3d2a8..c94df03 100644 --- a/mate-about/mate-about.h.in +++ b/mate-about/mate-about.h.in @@ -23,7 +23,6 @@ #include <config.h> // autogenerated by ./configure #include <gtk/gtk.h> -#include <libintl.h> // for gettext #include <glib/gi18n.h> const char* program_name = N_("MATE Desktop Environment"); |