[Uml-devel] kdesdk/umbrello/umbrello

Aaron J. Seigo aseigo at olympusproject.org
Mon Jun 30 01:30:08 UTC 2003


CVS commit by aseigo: 

put this where it really belongs


  M +2 -2      uml.cpp   1.42


--- kdesdk/umbrello/umbrello/uml.cpp  #1.41:1.42
@@ -705,7 +705,7 @@ void UMLApp::slotFilePrint()
         printer.addDialogPage(selectPage);
         QString msg;
-        if (printer.setup(this)) {
+        if (printer.setup(this, i18n("Print %1").arg(doc->URL()->prettyURL()))) {
 
-                doc -> print(&printer, i18n("Print %1").arg(doc->URL()->prettyURL()));
+                doc -> print(&printer);
         }
         slotStatusMsg(i18n("Ready."));






More information about the umbrello-devel mailing list