]> git.saurik.com Git - wxWidgets.git/commitdiff
Yet another one.
authorOve Kaaven <ovek@arcticnet.no>
Thu, 22 Apr 1999 22:45:32 +0000 (22:45 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 22 Apr 1999 22:45:32 +0000 (22:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dcpsg.cpp

index 9428174dc05f67cbc79e38c53d8b41c1f27c1418..20da80c43b65e818079a2e07e027206dd9b83baa 100644 (file)
@@ -1337,7 +1337,7 @@ void wxPostScriptDC::EndDoc ()
     *m_pstream << "%!PS-Adobe-2.0\n";   /* PostScript magic strings */
     *m_pstream << "%%Title: " << m_title.mb_str() << "\n";
     *m_pstream << "%%Creator: " << wxTheApp->argv[0] << "\n";
-    *m_pstream << "%%CreationDate: " << wxNow() << "\n";
+    *m_pstream << "%%CreationDate: " << wxNow().mb_str() << "\n";
 
     wxChar userID[256];
     if ( wxGetEmailAddress(userID, sizeof(userID)) )