xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginclient.C
index 096d03e32664ccaee8163e8efc5d597d2ac293c4..0e0637b734036cdf06c47459f60b524b8cc1d9c8 100644 (file)
@@ -26,6 +26,7 @@
 #include "condition.h"
 #include "edl.h"
 #include "edlsession.h"
+#include "file.h"
 #include "filesystem.h"
 #include "language.h"
 #include "localsession.h"
@@ -808,7 +809,7 @@ int PluginClient::get_project_smp()
 
 const char* PluginClient::get_defaultdir()
 {
-       return BCASTDIR;
+       return File::get_plugin_path();
 }