From ba03b0ff3c8eb79bba9787b2ae634886fb3ed9c8 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 23 Oct 2007 18:18:05 +0000 Subject: [PATCH] Dumb mistake fixed --- doc/makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index d8e720d6c3..49a4079905 100755 --- a/doc/makepanda/makepanda.py +++ b/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