Kaydet (Commit) a7a61c11 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS supdremove02 (1.44.268); FILE MERGED

2008/01/31 13:48:52 rt 1.44.268.1: #i85482# Remove UPD from resource name.
üst fe49ab8e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: galmisc.cxx,v $ * $RCSfile: galmisc.cxx,v $
* *
* $Revision: 1.44 $ * $Revision: 1.45 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 07:37:33 $ * last change: $Author: obo $ $Date: 2008-02-25 16:19:10 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -96,7 +96,6 @@ ResMgr* GetGalleryResMgr() ...@@ -96,7 +96,6 @@ ResMgr* GetGalleryResMgr()
if( !pGalleryResMgr ) if( !pGalleryResMgr )
{ {
ByteString aResMgrName( "gal" ); ByteString aResMgrName( "gal" );
aResMgrName += ByteString::CreateFromInt32( SOLARUPD );
pGalleryResMgr = ResMgr::CreateResMgr( pGalleryResMgr = ResMgr::CreateResMgr(
aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment