From d2613bad89ebbf69e336b78e4f2b0750fc954148 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 28 Nov 2001 20:56:15 +0000 Subject: oops... forget to add this file in the last commit --- editors/poedit/files/patch-src::manager.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/poedit/files/patch-src::manager.cpp (limited to 'editors/poedit') diff --git a/editors/poedit/files/patch-src::manager.cpp b/editors/poedit/files/patch-src::manager.cpp new file mode 100644 index 000000000000..0a7c6d8f1f4e --- /dev/null +++ b/editors/poedit/files/patch-src::manager.cpp @@ -0,0 +1,11 @@ +--- src/manager.cpp.orig Thu Nov 29 04:30:28 2001 ++++ src/manager.cpp Thu Nov 29 04:30:40 2001 +@@ -171,7 +171,7 @@ + cat.GetStatistics(&all, &fuzzy, &untranslated); + modtime = wxFileModificationTime(file); + lastmodified = cat.Header().RevisionDate; +- cfg->Write(key + _T("timestamp"), modtime); ++ cfg->Write(key + _T("timestamp"), (long)modtime); + cfg->Write(key + _T("all"), (long)all); + cfg->Write(key + _T("fuzzy"), (long)fuzzy); + cfg->Write(key + _T("untranslated"), (long)untranslated); -- cgit v1.2.3