[opencl] Translate tab name

This commit is contained in:
Alessandro Pasotti 2018-07-23 13:56:00 +02:00
parent 6317a068a5
commit 14f8c4361d

View File

@ -1118,7 +1118,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
#ifdef HAVE_OPENCL
// Setup the default OpenCL programs source path, this my be overriden later by main.cpp startup
// Setup the default OpenCL programs source path, this my be overridden later by main.cpp startup
QgsOpenClUtils::setSourcePath( QDir( QgsApplication::pkgDataPath() ).absoluteFilePath( QStringLiteral( "resources/opencl_programs" ) ) );
#endif