[Uml-devel] kdesdk/umbrello/umbrello

Aaron J. Seigo aseigo at olympusproject.org
Sun Jun 29 12:01:04 UTC 2003


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."));






More information about the umbrello-devel mailing list