[Hdrflow-svn] SF.net SVN: hdrflow: [256] trunk/lib/openlibraries/src/openpluginlib/pl/ registry.cpp
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2007-08-19 11:35:51
|
Revision: 256
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=256&view=rev
Author: glslang
Date: 2007-08-19 04:35:49 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
+ add OFX plugins to openeffectslib
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/registry.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/registry.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/registry.cpp 2007-08-19 11:17:16 UTC (rev 255)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/registry.cpp 2007-08-19 11:35:49 UTC (rev 256)
@@ -157,7 +157,7 @@
item.category = to_wstring( plugin->pluginApi );
item.context = plugin;
- db_.insert( container::value_type( L"openmedialib", item ) );
+ db_.insert( container::value_type( L"openeffectslib", item ) );
}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|