diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:45:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:45:45 +0000 |
commit | 1c54f9954effc424f6547002f38394a9a966bb4e (patch) | |
tree | 054b465a3a149a853162b02258cbc7ae45b7a95b /ucbhelper | |
parent | 5ea67ae8d13011ee3f58696072c6af530ae0def3 (diff) |
INTEGRATION: CWS supdremove02 (1.16.36); FILE MERGED
2008/01/31 13:47:11 rt 1.16.36.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx index 11450e6fb7a3..8495ad490710 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ucbexplorer.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 15:01:23 $ + * last change: $Author: obo $ $Date: 2008-02-25 15:45:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1196,8 +1196,7 @@ void MyApp::Main() // Create/init/show app window. ////////////////////////////////////////////////////////////////////// - ResMgr* pMgr = ResMgr::CreateResMgr( - CREATEVERSIONRESMGR_NAME( ucbexplorer ) ); + ResMgr* pMgr = ResMgr::CreateResMgr( CREATEVERSIONRESMGR( ucbexplorer ) ); Resource::SetResManager( pMgr ); UcbExplorerWindow aAppWin( 0, WB_APP | WB_STDWORK ); |