Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37918746
en ru br
ALT Linux repos
S:3.3.8d-alt16.1
5.0: 3.3.8b-alt3
4.1: 3.3.8b-alt2.qa1
4.0: 3.3.8b-alt0.M40.1
3.0: 3.3.4-alt6
+updates:3.3.4-alt6.3.M30

Group :: System/Libraries
RPM: qt3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 9001-qt-x11-free-3.3.3-psprinter-ALT.patch
Download


diff -Naur qt-x11-free-3.3.3.orig/src/kernel/qpsprinter.cpp qt-x11-free-3.3.3/src/kernel/qpsprinter.cpp
--- qt-x11-free-3.3.3.orig/src/kernel/qpsprinter.cpp	2004-08-05 18:42:05 +0400
+++ qt-x11-free-3.3.3/src/kernel/qpsprinter.cpp	2004-12-30 12:02:25 +0300
@@ -5928,7 +5929,7 @@
     outStream << "\n" << wrapDSC( "%%Creator: " + creator );
     if ( !!title )
         outStream << wrapDSC( "%%Title: " + title );
-    outStream << "%%CreationDate: " << QDateTime::currentDateTime().toString();
+    outStream << "%%CreationDate: " << QDateTime::currentDateTime().toString(Qt::ISODate);
     outStream << "\n%%Orientation: ";
     if ( printer->orientation() == QPrinter::Landscape )
         outStream << "Landscape";
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin