use the new icon for the backend

svn path=/trunk/KDE/kdegraphics/okular/; revision=752246
remotes/origin/KDE/4.0
Pino Toscano 18 years ago
parent bf50301758
commit d22bd483f8
  1. 2
      generators/spectre/generator_ghostview.cpp

@ -78,7 +78,7 @@ void GSGenerator::addPages( KConfigDialog *dlg )
Ui_GSSettingsWidget gsw;
QWidget* w = new QWidget(dlg);
gsw.setupUi(w);
dlg->addPage(w, GSSettings::self(), i18n("Ghostscript"), "kghostview", i18n("Ghostscript backend configuration") );
dlg->addPage(w, GSSettings::self(), i18n("Ghostscript"), "okular-gv", i18n("Ghostscript backend configuration") );
}
bool GSGenerator::print( QPrinter& printer )

Loading…
Cancel
Save