From d9040abb58c42acdf2c65d4ba604cc35a57fd3db Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 8 Apr 2008 22:05:52 +0000 Subject: [PATCH] use filename path --- panda/src/putil/config_util.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/putil/config_util.cxx b/panda/src/putil/config_util.cxx index 45a4b9eee1..fc32c06fed 100644 --- a/panda/src/putil/config_util.cxx +++ b/panda/src/putil/config_util.cxx @@ -81,7 +81,7 @@ ConfigVariableSearchPath sound_path ("sound-path", PRC_DESC("The directories to search for sound and music files to be loaded.")); ConfigVariableSearchPath plugin_path -("plugin-path", +("plugin-path", "", PRC_DESC("The directories to search for plugin shared libraries."));