X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fi18n.h;h=e13d293576132e13b4e97f3d55af9797c753b3cf;hp=890313bc68b1cb3714521e04f6ea89346336fc4d;hb=f0c10e92b849566e458bc323f8783a6fe83e52d2;hpb=9525e7726e4d488f193957d4fcf1cc1725581ae8 diff --git a/src/lib/i18n.h b/src/lib/i18n.h index 890313bc6..e13d29357 100644 --- a/src/lib/i18n.h +++ b/src/lib/i18n.h @@ -1,23 +1,24 @@ /* Copyright (C) 2013 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ #include -#define _(x) dgettext ("libdcpomatic", x) +#define _(x) dgettext ("libdcpomatic2", x) #define N_(x) x