From 0bcfec97961988732f307e0f79bfd988cc941b8c Mon Sep 17 00:00:00 2001 From: sirakaba Date: Wed, 9 Feb 2011 11:08:46 +0000 Subject: [PATCH] =?utf8?q?GCC=E3=81=A7=E3=81=AE=E3=82=B3=E3=83=B3=E3=83=91?= =?utf8?q?=E3=82=A4=E3=83=AB=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE?= =?utf8?q?=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@477 9df91469-1e22-0410-86e7-ea8537beb833 --- src/lychee/frm_main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lychee/frm_main.cpp b/src/lychee/frm_main.cpp index a71abfb..bab6376 100644 --- a/src/lychee/frm_main.cpp +++ b/src/lychee/frm_main.cpp @@ -509,11 +509,11 @@ void MainFrame::OnArcOpen(wxCommandEvent& e) this->statusbar->SetStatusText(this->fnArchive.GetFullPath(), 4); this->statusbar->SetToolTip( wxString::Format( - _("%s(%s)") + - this->aiArchive.tmModified.Format(_("\nModified: ") + _("%Y/%m/%d %H:%M:%S")) + - this->aiArchive.tmCreate.Format( _("\nCreated: ") + _("%Y/%m/%d %H:%M:%S")) + - _("\nTPI: %s(%s)"), - this->fnArchive.GetFullName(), this->aiArchive.fiInfo.szTypeName, this->aiArchive.fiInfo.szTPIName, this->aiArchive.fiInfo.szEngineName + _("%s(%s)\nModified: %s\nCreated: %s\nTPI: %s(%s)"), + this->fnArchive.GetFullName().c_str(), this->aiArchive.fiInfo.szTypeName.c_str(), + this->aiArchive.tmModified.Format(_("%Y/%m/%d %H:%M:%S")).c_str(), + this->aiArchive.tmCreate.Format( _("%Y/%m/%d %H:%M:%S")).c_str(), + this->aiArchive.fiInfo.szTPIName.c_str(), this->aiArchive.fiInfo.szEngineName.c_str() ) ); -- 2.11.0