Add missing i18n headers.

Mon, 16 Nov 2020 18:21:19 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 16 Nov 2020 18:21:19 -0600
changeset 40608
defc6aec1761
parent 40607
807f0b114d36
child 40609
42456b38da44

Add missing i18n headers.

These are needed via `PIDGIN_ALERT_TITLE` -> `PIDGIN_NAME` -> `_("Pidgin")`

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/223/

pidgin/pidgindialog.c file | annotate | diff | comparison | revisions
pidgin/pidginwindow.c file | annotate | diff | comparison | revisions
--- a/pidgin/pidgindialog.c	Sun Nov 15 01:42:00 2020 -0600
+++ b/pidgin/pidgindialog.c	Mon Nov 16 18:21:19 2020 -0600
@@ -19,6 +19,8 @@
  * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 
+#include <glib/gi18n-lib.h>
+
 #include "pidgindialog.h"
 
 #include "pidgincore.h"
--- a/pidgin/pidginwindow.c	Sun Nov 15 01:42:00 2020 -0600
+++ b/pidgin/pidginwindow.c	Mon Nov 16 18:21:19 2020 -0600
@@ -19,6 +19,8 @@
  * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 
+#include <glib/gi18n-lib.h>
+
 #include "pidginwindow.h"
 
 #include "pidgincore.h"

mercurial