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
This commit is contained in:
Carl Hetherington 2010-05-08 01:20:33 +00:00
parent 129ace60e2
commit 8d0581a720
27 changed files with 136 additions and 71 deletions

View file

@ -34,8 +34,6 @@
#include <gtkmm.h>
#include "i18n.h"
namespace ARDOUR {
class ExportStatus;
class ExportHandler;
@ -48,7 +46,7 @@ class ExportDialog : public ArdourDialog {
public:
explicit ExportDialog (PublicEditor & editor, Glib::ustring title = _("Export"));
explicit ExportDialog (PublicEditor & editor, Glib::ustring title);
~ExportDialog ();
void set_session (ARDOUR::Session* s);