From f28bd45de8c832495ad0472b118d735051fee94b Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 26 Apr 2006 09:09:49 +0000 Subject: [PATCH] Small imp for SUIT_Session : allow to create resource manager by the application library name (in addition to application name) --- src/SUIT/SUIT_Session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_Session.cxx b/src/SUIT/SUIT_Session.cxx index deb1da0ac..baa32fd81 100755 --- a/src/SUIT/SUIT_Session.cxx +++ b/src/SUIT/SUIT_Session.cxx @@ -313,7 +313,7 @@ QString SUIT_Session::applicationName( const QString& str ) const */ SUIT_ResourceMgr* SUIT_Session::createResourceMgr( const QString& appName ) const { - return new SUIT_ResourceMgr( appName ); + return new SUIT_ResourceMgr( applicationName( appName ) ); } /*! -- 2.39.2