do not attempt to lookup sndfile constants/enums using a string, because this breaks...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 12 Sep 2011 19:22:42 +0000 (19:22 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 12 Sep 2011 19:22:42 +0000 (19:22 +0000)
commit66498207f1d54a0e58ddcc3eb1723b754866ad9b
tree623ffe6a37ee1950a6a55c32ae2adf534f62ef24
parentb4f417ad43d9f5f296b7e2d3bfea3483ff773a16
do not attempt to lookup sndfile constants/enums using a string, because this breaks when using anything but english; remove thinko-function sndfile_file_ending_by_string() because file endings like .wav .caf etc. are not subject to i18n

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10070 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/export_dialog.cc
libs/ardour/ardour/sndfile_helpers.h
libs/ardour/sndfile_helpers.cc