Skip to content

Commit 14f8c43

Browse files
committed
[opencl] Translate tab name
1 parent 6317a06 commit 14f8c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
11181118

11191119

11201120
#ifdef HAVE_OPENCL
1121-
// Setup the default OpenCL programs source path, this my be overriden later by main.cpp startup
1121+
// Setup the default OpenCL programs source path, this my be overridden later by main.cpp startup
11221122
QgsOpenClUtils::setSourcePath( QDir( QgsApplication::pkgDataPath() ).absoluteFilePath( QStringLiteral( "resources/opencl_programs" ) ) );
11231123
#endif
11241124

0 commit comments

Comments
 (0)