Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / plugin.cc
index e76353e8d53ddd3f2ca8b7b9bbc3c9c4e64ca895..11d859ed8c81fe3558d5effcd200dfb5781b0e1f 100644 (file)
 #include <cstdlib>
 #include <cstdio> // so libraptor doesn't complain
 #include <cmath>
+#ifndef COMPILER_MSVC
 #include <dirent.h>
+#endif
 #include <sys/stat.h>
 #include <cerrno>
 #include <utility>
 
+#ifdef HAVE_LRDF
 #include <lrdf.h>
+#endif
 
 #include "pbd/compose.h"
 #include "pbd/error.h"
@@ -395,7 +399,7 @@ Plugin::get_state ()
        add_state (root);
 #else
        if (!seen_get_state_message) {
-               info << string_compose (_("Saving AudioUnit settings is not supported in this build of %1. Consider paying for a newer version"),
+               info << string_compose (_("Saving plugin settings is not supported in this build of %1. Consider paying for the full version"),
                                        PROGRAM_NAME)
                     << endmsg;
                seen_get_state_message = true;