string fix up
[ardour.git] / libs / ardour / plugin.cc
index ec9e333285de2443624ac3b2a920923eb0e07092..11d859ed8c81fe3558d5effcd200dfb5781b0e1f 100644 (file)
@@ -27,7 +27,9 @@
 #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>
@@ -397,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;