# HG changeset patch # User Sadrul Habib Chowdhury # Date 1275535445 0 # Node ID 19c14f0fa66902bf19d602e01fe3714e151546b3 # Parent c43570e34d814f67d1b66c210cad5d6847be249f# Parent 7a28e9b12038c7d5162390cf2b43a29828cf8df1 merge of '1ea3865b477734411bc371709c1d29d4a4be04ab' and '2ac6557a402c32c1c9cc902a500058eb824f0795' diff -r 7a28e9b12038 -r 19c14f0fa669 Makefile.mingw --- a/Makefile.mingw Thu Jun 03 03:22:09 2010 +0000 +++ b/Makefile.mingw Thu Jun 03 03:24:05 2010 +0000 @@ -107,7 +107,7 @@ rm -f pidgin/win32/nsis/pidgin-translations.nsh pidgin/win32/nsis/pidgin-spellcheck.nsh pidgin/win32/nsis/pidgin-spellcheck-preselect.nsh find $(STRIPPED_RELEASE_DIR)/locale -maxdepth 1 -mindepth 1 \ -exec basename {} ';' \ - | sed -e s/^/\!insertmacro\ LANG_SECTION\ \"/ -e s/$$/\"/ \ + | LC_ALL=C sort | sed -e s/^/\!insertmacro\ LANG_SECTION\ \"/ -e s/$$/\"/ \ > pidgin/win32/nsis/pidgin-translations.nsh #Convert the available.lst lines to "!insertmacro SPELLCHECK_SECTION lang lang_name lang_file" sed -e "/^#/d" -e "s/^[^,]\{1,\},[^,]\{1,\},/\"/" \