We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 84cc6e9 commit 316f09fCopy full SHA for 316f09f
src/app/qgisapp.cpp
@@ -1929,13 +1929,11 @@ void QgisApp::about()
1929
+ "</li>"
1930
+ "<li>"
1931
+ tr("Vector overlay support that can draw pie and bar charts over vector layers based on attribute data.")
1932
- + "</li>";
1933
-
+ + "</li>"
1934
//+ "<li>"
1935
//+ tr("X")
1936
//+ "</li>"
1937
- + "</ul></body></html>";
1938
+ + "</ul></body></html>";
1939
1940
abt->setWhatsNew( whatsNew );
1941
0 commit comments