revert VST debug hacks
[ardour.git] / libs / ardour / sndfile_helpers.cc
index b308a74c36cf6ff93f63a540042a2a605822eda7..14bf361831155ca0482139f15d4eb09f04b1a3ad 100644 (file)
@@ -110,7 +110,7 @@ sndfile_file_ending_from_string (string str)
        static vector<string> file_endings;
 
        if (file_endings.empty()) {
-               file_endings = PBD::internationalize((const char **) sndfile_file_endings_strings);
+               file_endings = I18N((const char **) sndfile_file_endings_strings);
        }
 
        for (int n = 0; sndfile_header_formats_strings[n]; ++n) {