INTEGRATION: CWS supdremove02 (1.2.134); FILE MERGED

2008/01/31 13:48:16 rt 1.2.134.1: #i85482# Remove UPD from resource name.
This commit is contained in:
Oliver Bolte 2008-02-25 14:59:18 +00:00
parent 3f31914142
commit 68b002a038

View file

@ -4,9 +4,9 @@
*
* $RCSfile: mediamisc.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 19:38:16 $
* last change: $Author: obo $ $Date: 2008-02-25 15:59:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -47,7 +47,6 @@ ResMgr* GetResMgr()
{
ByteString aResMgrName( "avmedia" );
aResMgrName += ByteString::CreateFromInt32( SOLARUPD );
pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
}