Kaydet (Commit) deb098d9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

oops. mixed-up OString and OUString

Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
üst 90a27e2e
......@@ -96,7 +96,7 @@ static void addPluginsFromPath( const TCHAR * pPluginsPath, PluginLocationMap &
while (hFind != INVALID_HANDLE_VALUE)
{
OString aName = OUString( aFindData.cFileName ).toAsciiLowerCase();
OString aName = OString( aFindData.cFileName ).toAsciiLowerCase();
// no netscape default plugin anymore...
// and no double plugin dlls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment