[Kst] kdeextragear-2/kst/kst
Sven Leiber
s.leiber at web.de
Sat Jun 28 18:15:57 CEST 2003
CVS commit by sleiber:
add a caption to the printingdialog
M +2 -1 kst.cpp 1.35
--- kdeextragear-2/kst/kst/kst.cpp #1.34:1.35
@@ -616,5 +616,6 @@ void KstApp::slotFilePrint() {
printer.setOrientation(KPrinter::Landscape);
- if (printer.setup(this))
+ // FIXME: Make a better title for the printingdialog
+ if (printer.setup(this, i18n("Print data")))
{
view->print(&printer);
More information about the Kst
mailing list