diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:05:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:05:32 +0000 |
commit | 99de205eec26db7a1232ce3ab8fae68326a6ad96 (patch) | |
tree | 0122a0c1375bd39afc5f36d789e084393f760c24 /svtools/bmpmaker | |
parent | 7deb05eb4fc68eafedeaaec00c9bd2f28484fd50 (diff) |
INTEGRATION: CWS res32bit (1.8.52); FILE MERGED
2004/11/16 09:07:22 pl 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED
2004/11/12 09:44:57 pl 1.8.52.1: #i34300# simplify ResMgr interface
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/bmpgui.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx index 07bf896dc993..3fcbafd3fabe 100644 --- a/svtools/bmpmaker/bmpgui.cxx +++ b/svtools/bmpmaker/bmpgui.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bmpgui.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2004-11-02 14:28:30 $ + * last change: $Author: obo $ $Date: 2005-01-03 17:05:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -354,7 +354,7 @@ void BmpApp::Main( ) // Param3: output directory // Param4: Langugage dependent directory - ResMgr* pAppResMgr = new ResMgr( String( RTL_CONSTASCII_USTRINGPARAM( "bmp.res" ) ), NULL, NULL ); + ResMgr* pAppResMgr = ResMgr::CreateResMgr( "bmp" ); MenuBar* pMB = new MenuBar(); PopupMenu* pPB = new PopupMenu(); String aLangDir; |