Przeglądaj źródła

use <auto> filename path

David Rose 17 lat temu
rodzic
commit
d9040abb58
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      panda/src/putil/config_util.cxx

+ 1 - 1
panda/src/putil/config_util.cxx

@@ -81,7 +81,7 @@ ConfigVariableSearchPath sound_path
 ("sound-path", 
 ("sound-path", 
  PRC_DESC("The directories to search for sound and music files to be loaded."));
  PRC_DESC("The directories to search for sound and music files to be loaded."));
 ConfigVariableSearchPath plugin_path
 ConfigVariableSearchPath plugin_path
-("plugin-path", 
+("plugin-path", "<auto>",
  PRC_DESC("The directories to search for plugin shared libraries."));
  PRC_DESC("The directories to search for plugin shared libraries."));