CVS commit by aseigo: Add caption to print setup dialog M +1 -1 uml.cpp 1.41 --- kdesdk/umbrello/umbrello/uml.cpp #1.40:1.41 @@ -707,5 +707,5 @@ void UMLApp::slotFilePrint() if (printer.setup(this)) { - doc -> print(&printer); + doc -> print(&printer, i18n("Print %1").arg(doc->URL()->prettyURL())); } slotStatusMsg(i18n("Ready."));