Browse Source

Dumb mistake fixed

Josh Yelon 18 years ago
parent
commit
ba03b0ff3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -1733,7 +1733,7 @@ def WriteConfigSettings():
         for key,win,unix in PRC_PARAMETERS:
             prc_parameters[key] = win
     else:
-        for key,win,unix in DEFAULT_SETTINGS:
+        for key,win,unix in DTOOL_CONFIG:
             dtool_config[key] = unix
         for key,win,unix in PRC_PARAMETERS:
             prc_parameters[key] = unix