File tree 5 files changed +6
-0
lines changed
5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 290
290
<file>themes/gis/mActionAlignRight.png</file>
291
291
<file>themes/gis/mActionAlignTop.png</file>
292
292
<file>themes/gis/mActionAlignVCenter.png</file>
293
+ <file>themes/gis/mActionAnnotation.png</file>
293
294
<file>themes/gis/mActionCalculateField.png</file>
294
295
<file>themes/gis/mActionCaptureLine.png</file>
295
296
<file>themes/gis/mActionCapturePoint.png</file>
311
312
<file>themes/gis/mActionFilePrint.png</file>
312
313
<file>themes/gis/mActionFileSave.png</file>
313
314
<file>themes/gis/mActionFileSaveAs.png</file>
315
+ <file>themes/gis/mActionFormAnnotation.png</file>
314
316
<file>themes/gis/mActionGroupItems.png</file>
315
317
<file>themes/gis/mActionHelpContents.png</file>
316
318
<file>themes/gis/mActionHideAllLayers.png</file>
351
353
<file>themes/gis/mActionShowBookmarks.png</file>
352
354
<file>themes/gis/mActionSimplify.png</file>
353
355
<file>themes/gis/mActionSplitFeatures.png</file>
356
+ <file>themes/gis/mActionTextAnnotation.png</file>
354
357
<file>themes/gis/mActionToggleEditing.png</file>
355
358
<file>themes/gis/mActionUndo.png</file>
356
359
<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 )
1924
1924
mActionCustomProjection ->setIcon ( getThemeIcon ( " /mActionCustomProjection.png" ) );
1925
1925
mActionAddWmsLayer ->setIcon ( getThemeIcon ( " /mActionAddWmsLayer.png" ) );
1926
1926
mActionAddToOverview ->setIcon ( getThemeIcon ( " /mActionInOverview.png" ) );
1927
+ mActionAnnotation ->setIcon ( getThemeIcon ( " /mActionAnnotation.png" ) );
1928
+ mActionFormAnnotation ->setIcon ( getThemeIcon ( " /mActionFormAnnotation.png" ) );
1929
+ mActionTextAnnotation ->setIcon ( getThemeIcon ( " /mActionTextAnnotation.png" ) );
1927
1930
1928
1931
// change themes of all composers
1929
1932
QSet<QgsComposer*>::iterator composerIt = mPrintComposers .begin ();
You can’t perform that action at this time.
0 commit comments