From 29756e36cfaa36f0cd1f23ae4f3c643edf4d6523 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sat, 20 Nov 2010 13:03:58 +0000 Subject: [PATCH] * postinstall.cc (do_postinstall_thread): Refer to "Unknown package" rather than "No package" --- ChangeLog | 5 +++++ postinstall.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index accb3ceb..0354ecc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-17 Jon TURNEY + + * postinstall.cc (do_postinstall_thread): Refer to "Unknown package" + rather than "No package" + 2010-11-19 Christopher Faylor Throughout, change all occurrences of "PostMessage" to PostMessageNow. diff --git a/postinstall.cc b/postinstall.cc index 9b573d90..093cda66 100644 --- a/postinstall.cc +++ b/postinstall.cc @@ -186,7 +186,7 @@ do_postinstall_thread (HINSTANCE h, HWND owner) // and try to run what's left... { - RunScript scriptRunner("No package", scripts); + RunScript scriptRunner("Unknown package", scripts); scriptRunner.run_all(s); } -- 2.43.5