Revision: 3934
http://svn.sourceforge.net/winmerge/?rev=3934&view=rev
Author: sdottaka
Date: 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006)
Log Message:
-----------
BUG: [ 1604115 ] No copyright info in aboutbox for translations
Modified Paths:
--------------
branches/R2_6/Src/AboutDlg.cpp
branches/R2_6/Src/Changes.txt
Modified: branches/R2_6/Src/AboutDlg.cpp
===================================================================
--- branches/R2_6/Src/AboutDlg.cpp 2006-12-10 04:56:53 UTC (rev 3933)
+++ branches/R2_6/Src/AboutDlg.cpp 2006-12-10 04:57:47 UTC (rev 3934)
@@ -64,10 +64,7 @@
{
CDialog::OnInitDialog();
- CMergeApp *pApp = dynamic_cast<CMergeApp *> (AfxGetApp());
- WORD langId = pApp->GetLangId();
-
- CVersionInfo version(langId);
+ CVersionInfo version(AfxGetResourceHandle());
CString sVersion = version.GetFixedProductVersion();
AfxFormatString1(m_strVersion, IDS_VERSION_FMT, sVersion);
Modified: branches/R2_6/Src/Changes.txt
===================================================================
--- branches/R2_6/Src/Changes.txt 2006-12-10 04:56:53 UTC (rev 3933)
+++ branches/R2_6/Src/Changes.txt 2006-12-10 04:57:47 UTC (rev 3934)
@@ -2,6 +2,10 @@
Add new items to top.
(This summarizes all changes to all files under Src, including Src\Languages.)
+2006-12-10 Takashi
+ BUG: [ 1604115 ] No copyright info in aboutbox for translations
+ Src: AboutDlg.cpp
+
2006-12-09 Tim
BUG: [ 1610877 ] wrong shortcut (localizazion IT, italian)
Src/Languages/Italian: MergeItalian.rc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|