Fix build with Gtk+ 2

This commit is contained in:
Pierre Pronchery 2016-02-20 16:59:37 +01:00
parent 45c0d2a42f
commit a4b9475651

View File

@ -30,7 +30,7 @@
#include <stdlib.h>
#include <libintl.h>
#include <gtk/gtk.h>
#include <Desktop.h>
#include "noteedit.h"
#define _(string) gettext(string)