From efed6ad221b3c353a75faa2d1902f42a6ac185dc Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 17 Oct 2003 10:06:06 +0000 Subject: [PATCH] Attempted bugfix so the NSPerformServices() works for different language variants. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17905 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0035dfa01..61f272522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-17 Richard Frith-Macdonald + + * Source/GSServicesManager.m: Make mapping of service names to + their definitions include all available language variants so + that NSPerformService() should work irrespective of the + currently selected language preferences. Tested to ensure it + still works for my selected english, but not yet to see if it + actually fixes the bug. + 2003-10-13 Adam Fedor * configure.ac: Simplify graphics libs lookup