From a0419094856278e976a70c8d322b588edeb1663e Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Feb 2009 23:54:58 +0000 Subject: [PATCH] Call locale.getdefaultlocale to get the system locale setting instead of relying on gettext.install to do it. locale.getdefaultlocale checks the LANG environment variable like gettext.install does, but it additionally does platform-specific checks that remove the need to set LANG on Windows. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c31bb3fa3..4e74823f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] A better method of detecting the system locale is used, so + it should not be necessary to set the LANG environment variable on + Windows to get internationalized text. Thanks to Dirk Loss for the + suggestion. [David] + o [Zenmap] Removed some unnecessary GTK+ files from the files installed by the Windows executable installer [David].