Skip to content

Commit 316f09f

Browse files

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,13 +1929,11 @@ void QgisApp::about()
19291929
+ "</li>"
19301930
+ "<li>"
19311931
+ tr("Vector overlay support that can draw pie and bar charts over vector layers based on attribute data.")
1932-
+ "</li>";
1933-
1932+
+ "</li>"
19341933
//+ "<li>"
19351934
//+ tr("X")
19361935
//+ "</li>"
1937-
+ "</ul></body></html>";
1938-
1936+
+ "</ul></body></html>";
19391937

19401938
abt->setWhatsNew( whatsNew );
19411939

0 commit comments

Comments
 (0)
Please sign in to comment.