[Hdrflow-svn] SF.net SVN: hdrflow: [416] trunk/lib/openlibraries/src/openpluginlib/pl/ openpluginli
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2008-02-21 00:44:20
|
Revision: 416 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=416&view=rev Author: glslang Date: 2008-02-20 16:44:11 -0800 (Wed, 20 Feb 2008) Log Message: ----------- + fix pl initialisation (aftermath of the hive breakout) Modified Paths: -------------- trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp Modified: trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp =================================================================== --- trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2008-02-20 20:20:31 UTC (rev 415) +++ trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2008-02-21 00:44:11 UTC (rev 416) @@ -347,7 +347,7 @@ string value; HKEY key; - if( RegOpenKeyEx( HKEY_LOCAL_MACHINE, L"Software\\OpenLibraries", 0, KEY_READ, &key ) == ERROR_SUCCESS ) + if( RegOpenKeyEx( HKEY_LOCAL_MACHINE, L"Software\\HDRFlow", 0, KEY_READ, &key ) == ERROR_SUCCESS ) { if( RegQueryValueEx( key, key_str.c_str( ), 0, NULL, ( LPBYTE ) buf, &bufsiz ) == ERROR_SUCCESS ) value = to_string( buf ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |