File tree Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 241241 <file>themes/default/tracking.png</file>
242242 <file>themes/default/transformed.png</file>
243243 <file>themes/default/user.png</file>
244+ <file>themes/default/mActionAddHtml.png</file>
244245 <file>themes/gis/mActionAddArrow.png</file>
245246 <file>themes/gis/mActionAddBasicShape.png</file>
246247 <file>themes/gis/mActionAddGPSLayer.png</file>
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ void QgsComposer::setupTheme()
329329 mActionAddEllipse ->setIcon ( QgsApplication::getThemeIcon ( " /mActionAddBasicShape.png" ) );
330330 mActionAddArrow ->setIcon ( QgsApplication::getThemeIcon ( " /mActionAddArrow.png" ) );
331331 mActionAddTable ->setIcon ( QgsApplication::getThemeIcon ( " /mActionOpenTable.png" ) );
332+ mActionAddHtml ->setIcon ( QgsApplication::getThemeIcon ( " /mActionAddHtml.png" ) );
332333 mActionSelectMoveItem ->setIcon ( QgsApplication::getThemeIcon ( " /mActionSelectPan.png" ) );
333334 mActionMoveItemContent ->setIcon ( QgsApplication::getThemeIcon ( " /mActionMoveItemContent.png" ) );
334335 mActionGroupItems ->setIcon ( QgsApplication::getThemeIcon ( " /mActionGroupItems.png" ) );
You can’t perform that action at this time.
0 commit comments