File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 290290 <file>themes/gis/mActionAlignRight.png</file>
291291 <file>themes/gis/mActionAlignTop.png</file>
292292 <file>themes/gis/mActionAlignVCenter.png</file>
293+ <file>themes/gis/mActionAnnotation.png</file>
293294 <file>themes/gis/mActionCalculateField.png</file>
294295 <file>themes/gis/mActionCaptureLine.png</file>
295296 <file>themes/gis/mActionCapturePoint.png</file>
311312 <file>themes/gis/mActionFilePrint.png</file>
312313 <file>themes/gis/mActionFileSave.png</file>
313314 <file>themes/gis/mActionFileSaveAs.png</file>
315+ <file>themes/gis/mActionFormAnnotation.png</file>
314316 <file>themes/gis/mActionGroupItems.png</file>
315317 <file>themes/gis/mActionHelpContents.png</file>
316318 <file>themes/gis/mActionHideAllLayers.png</file>
351353 <file>themes/gis/mActionShowBookmarks.png</file>
352354 <file>themes/gis/mActionSimplify.png</file>
353355 <file>themes/gis/mActionSplitFeatures.png</file>
356+ <file>themes/gis/mActionTextAnnotation.png</file>
354357 <file>themes/gis/mActionToggleEditing.png</file>
355358 <file>themes/gis/mActionUndo.png</file>
356359 <file>themes/gis/mActionUngroupItems.png</file>
Original file line number Diff line number Diff line change @@ -1924,6 +1924,9 @@ void QgisApp::setTheme( QString theThemeName )
19241924 mActionCustomProjection ->setIcon ( getThemeIcon ( " /mActionCustomProjection.png" ) );
19251925 mActionAddWmsLayer ->setIcon ( getThemeIcon ( " /mActionAddWmsLayer.png" ) );
19261926 mActionAddToOverview ->setIcon ( getThemeIcon ( " /mActionInOverview.png" ) );
1927+ mActionAnnotation ->setIcon ( getThemeIcon ( " /mActionAnnotation.png" ) );
1928+ mActionFormAnnotation ->setIcon ( getThemeIcon ( " /mActionFormAnnotation.png" ) );
1929+ mActionTextAnnotation ->setIcon ( getThemeIcon ( " /mActionTextAnnotation.png" ) );
19271930
19281931 // change themes of all composers
19291932 QSet<QgsComposer*>::iterator composerIt = mPrintComposers .begin ();
You can’t perform that action at this time.
0 commit comments