# HG changeset patch # User Chris Cannam # Date 1178801306 0 # Node ID 524bcd89743b72caa6c1e78233df00659f9d2ec3 # Parent 2fc6f3829f04c5ef0ff171d9b97d0a0a5343f185 * Updated Russian translation from Alexandre Prokoudine diff -r 2fc6f3829f04 -r 524bcd89743b base/Window.h --- a/base/Window.h Mon Apr 30 14:52:24 2007 +0000 +++ b/base/Window.h Thu May 10 12:48:26 2007 +0000 @@ -153,9 +153,9 @@ int n = int(m_size); for (int i = 0; i < n; ++i) { mult[i] *= (a0 - - a1 * cos(2 * M_PI * i / n) - + a2 * cos(4 * M_PI * i / n) - - a3 * cos(6 * M_PI * i / n)); + - a1 * cos((2 * M_PI * i) / n) + + a2 * cos((4 * M_PI * i) / n) + - a3 * cos((6 * M_PI * i) / n)); } } diff -r 2fc6f3829f04 -r 524bcd89743b plugin/FeatureExtractionPluginFactory.cpp --- a/plugin/FeatureExtractionPluginFactory.cpp Mon Apr 30 14:52:24 2007 +0000 +++ b/plugin/FeatureExtractionPluginFactory.cpp Thu May 10 12:48:26 2007 +0000 @@ -222,7 +222,7 @@ #ifdef DEBUG_PLUGIN_SCAN_AND_INSTANTIATE std::cerr << "FeatureExtractionPluginFactory::findPluginFile: " - << "found at " << file.toStdString() << std::endl; + << "found \"" << soname.toStdString() << "\" at " << file.toStdString() << std::endl; #endif return file;