From e3c437f86da9acda2b00dd77ff16d8f3e7a6e935 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 27 May 2005 11:38:00 +0000 Subject: [PATCH] fixed bug #993 --- livesupport/products/gLiveSupport/src/GLiveSupport.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx index a1aa144d4..8e1ed4220 100644 --- a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx +++ b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.46 $ + Version : $Revision: 1.47 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/GLiveSupport.cxx,v $ ------------------------------------------------------------------------------*/ @@ -391,7 +391,7 @@ GLiveSupport :: changeLanguage(Ptr::Ref locale) { changeLocale(*locale); - metadataTypeContainer->setBundle(getBundle()); + metadataTypeContainer->setBundle(getBundle("metadataTypes")); if (masterPanel.get()) { masterPanel->changeLanguage(getBundle());