summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-22 15:18:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-22 15:18:16 +0000
commit0058b2d8662df51e5a764d4cb2346b4dbaef7b30 (patch)
treedd52372e2550713b949c7f520a8f80d0ae3a3514 /gtk2_ardour/main.cc
parent8be1d088bb7817fca308ae28ccd9b4dbf1438b50 (diff)
more i18n debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@13971 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 2b5287a301..5a4bff0167 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -398,7 +398,7 @@ int main (int argc, char *argv[])
#endif
#ifdef ENABLE_NLS
- cerr << "bnd txt domain to " << localedir << endl;
+ cerr << "bnd txt domain [" << PACKAGE << "] to " << localedir << endl;
(void) bindtextdomain (PACKAGE, localedir);
/* our i18n translations are all in UTF-8, so make sure