Skip to content

Commit

Permalink
[opencl] Translate tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 8, 2018
1 parent 6317a06 commit 14f8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 14f8c43

Please sign in to comment.