plugin-pin management.. nearly there
[ardour.git] / libs / ardour / directory_names.cc
index d8c35c52eb269fbb9cd842e955e38ac669db2f1d..298e4a20b3d5e1cd89b8c2cd900e5c27319f67e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -43,5 +43,6 @@ const char* const automation_dir_name = X_("automation");
 const char* const analysis_dir_name = X_("analysis");
 const char* const plugins_dir_name = X_("plugins");
 const char* const externals_dir_name = X_("externals");
+const char* const lua_dir_name = X_("scripts");
 
 }