more i18n fixes, this time removing a hack that broke i18n in bundles, and also only...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 Jan 2013 16:09:10 +0000 (16:09 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 Jan 2013 16:09:10 +0000 (16:09 +0000)
commita8bf2e9402967b912bf92923761db8cd08fb33d5
treec120e09f85e6cc4e185ee5c338b6c9b182829129
parent9d29fb8e0a07564054701c8053d015f3f6cb0a0a
more i18n fixes, this time removing a hack that broke i18n in bundles, and also only initializing NLS stuff if ENABLE_NLS is in effect. note that if translations are disabled by the user, we set the localedir used to look for message catalogs to a dir that is assumed to not exist (/this/cannot/exist) which should block all translation from happening.

git-svn-id: svn://localhost/ardour2/branches/3.0@13975 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/main.cc
libs/ardour/globals.cc
libs/gtkmm2ext/utils.cc
tools/linux_packaging/ardour.sh.in