mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
namespace fix.
git-svn-id: svn://localhost/ardour2/trunk@1005 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e6fdb95024
commit
f9812be639
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@
|
|||
#define _(Text) dgettext (PACKAGE,Text)
|
||||
#define N_(Text) gettext_noop (Text)
|
||||
#define X_(Text) Text
|
||||
#define I18N(Array) internationalize (PACKAGE, Array)
|
||||
#define I18N(Array) PBD::internationalize (PACKAGE, Array)
|
||||
|
||||
#endif // __i18n_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue