mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
129ace60e2
commit
8d0581a720
27 changed files with 136 additions and 71 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue