From 8ff665d2c4aad808ae2d7befadc5b012833fed40 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 26 Sep 2008 05:53:46 +0000 Subject: [PATCH] netscape -> nullsoft --- direct/src/directscripts/packpanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directscripts/packpanda.py b/direct/src/directscripts/packpanda.py index 532f578d5c..91ba79a0ce 100755 --- a/direct/src/directscripts/packpanda.py +++ b/direct/src/directscripts/packpanda.py @@ -2,7 +2,7 @@ # # packpanda - this is a tool that packages up a panda game into a # convenient, easily-downloaded windows executable. Packpanda relies on -# NSIS, the netscape scriptable install system, to do the hard work. +# NSIS, the nullsoft scriptable install system, to do the hard work. # # This is intentionally a very simplistic game-packer with very # limited options. The goal is simplicity, not feature richness.