File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -241,16 +241,16 @@ void QgsComposer::setupTheme()
241
241
// missing from active theme
242
242
mActionLoadFromTemplate ->setIcon ( QgisApp::getThemeIcon ( " /mActionFileOpen.png" ) );
243
243
mActionSaveAsTemplate ->setIcon ( QgisApp::getThemeIcon ( " /mActionFileSaveAs.png" ) );
244
- mActionExportAsImage ->setIcon ( QgisApp::getThemeIcon ( " /mActionExportMapServer .png" ) );
244
+ mActionExportAsImage ->setIcon ( QgisApp::getThemeIcon ( " /mActionSaveMapAsImage .png" ) );
245
245
mActionExportAsSVG ->setIcon ( QgisApp::getThemeIcon ( " /mActionSaveAsSVG.png" ) );
246
246
mActionExportAsPDF ->setIcon ( QgisApp::getThemeIcon ( " /mActionSaveAsPDF.png" ) );
247
247
mActionPrint ->setIcon ( QgisApp::getThemeIcon ( " /mActionFilePrint.png" ) );
248
248
mActionZoomAll ->setIcon ( QgisApp::getThemeIcon ( " /mActionZoomFullExtent.png" ) );
249
249
mActionZoomIn ->setIcon ( QgisApp::getThemeIcon ( " /mActionZoomIn.png" ) );
250
250
mActionZoomOut ->setIcon ( QgisApp::getThemeIcon ( " /mActionZoomOut.png" ) );
251
251
mActionRefreshView ->setIcon ( QgisApp::getThemeIcon ( " /mActionDraw.png" ) );
252
- mActionAddImage ->setIcon ( QgisApp::getThemeIcon ( " /mActionSaveMapAsImage .png" ) );
253
- mActionAddNewMap ->setIcon ( QgisApp::getThemeIcon ( " /mActionAddRasterLayer .png" ) );
252
+ mActionAddImage ->setIcon ( QgisApp::getThemeIcon ( " /mActionAddImage .png" ) );
253
+ mActionAddNewMap ->setIcon ( QgisApp::getThemeIcon ( " /mActionAddMap .png" ) );
254
254
mActionAddNewLabel ->setIcon ( QgisApp::getThemeIcon ( " /mActionLabel.png" ) );
255
255
mActionAddNewLegend ->setIcon ( QgisApp::getThemeIcon ( " /mActionAddLegend.png" ) );
256
256
mActionAddNewScalebar ->setIcon ( QgisApp::getThemeIcon ( " /mActionScaleBar.png" ) );
Original file line number Diff line number Diff line change 285
285
</action >
286
286
<action name =" mActionAddNewMap" >
287
287
<property name =" icon" >
288
- <iconset >../themes/default/mActionAddRasterLayer .png</iconset >
288
+ <iconset >../themes/default/mActionAddMap .png</iconset >
289
289
</property >
290
290
<property name =" text" >
291
291
<string >Add Map</string >
329
329
</action >
330
330
<action name =" mActionExportAsImage" >
331
331
<property name =" icon" >
332
- <iconset >../themes/default/mActionExportMapServer .png</iconset >
332
+ <iconset >../themes/default/mActionSaveMapAsImage .png</iconset >
333
333
</property >
334
334
<property name =" text" >
335
335
<string >Export as Image...</string >
375
375
</action >
376
376
<action name =" mActionAddImage" >
377
377
<property name =" icon" >
378
- <iconset >../themes/default/mActionSaveMapAsImage .png</iconset >
378
+ <iconset >../themes/default/mActionAddImage .png</iconset >
379
379
</property >
380
380
<property name =" text" >
381
381
<string >Add Image</string >
You can’t perform that action at this time.
0 commit comments