Bring printer1 icon into XDG compliance

pull/1/head
Timothy Pearson 9 years ago
parent 9328727634
commit 71d3b037fd

@ -370,7 +370,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
//---------- "Proofing" Page Setup ---------------------------------
m_toolBoxWidgets->insertItem(PROOFINGPAGE, proofProfiles,
SmallIconSet("printer1"), i18n("Proofing Profile"));
SmallIconSet("printer"), i18n("Proofing Profile"));
TQWhatsThis::add(proofProfiles, i18n("<p>Set here all parameters relevant to Proofing Color "
"Profiles.</p>"));

@ -356,7 +356,7 @@ ImageEffect_ICCProof::ImageEffect_ICCProof(TQWidget* parent)
//---------- "Proofing" Page Setup ---------------------------------
m_toolBoxWidgets->insertItem(PROOFINGPAGE, proofProfiles,
SmallIconSet("printer1"), i18n("Proofing Profile"));
SmallIconSet("printer"), i18n("Proofing Profile"));
TQWhatsThis::add(proofProfiles, i18n("<p>Set here all parameters relevant to Proofing Color "
"Profiles.</p>"));

@ -273,7 +273,7 @@ SetupICC::SetupICC(TQWidget* parent, KDialogBase* dialog )
grid2->addMultiCellWidget(d->infoInProfiles, 3, 3, 3, 3);
TQLabel *proofIcon = new TQLabel(d->profilesGB);
proofIcon->setPixmap(SmallIcon("printer1"));
proofIcon->setPixmap(SmallIcon("printer"));
TQLabel *proofProfiles = new TQLabel(i18n("Soft proof:"), d->profilesGB);
d->proofProfilesKC = new SqueezedComboBox(d->profilesGB);
proofProfiles->setBuddy(d->proofProfilesKC);

Loading…
Cancel
Save