From 8d0581a720dd73c7714289ae8db12455c6f5c8c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 May 2010 01:20:33 +0000 Subject: Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) git-svn-id: svn://localhost/ardour2/branches/3.0@7081 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/export_dialog.cc') diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index d60e5753c4..ae8e963d9a 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -29,6 +29,8 @@ #include "export_dialog.h" #include "gui_thread.h" +#include "i18n.h" + using namespace ARDOUR; using namespace PBD; -- cgit v1.2.3