localize text in all dialogs

This commit is contained in:
Chris Danford
2006-01-06 07:48:26 +00:00
parent 9dfc40ba9c
commit f6f253b545
24 changed files with 176 additions and 62 deletions
+4 -1
View File
@@ -6,7 +6,7 @@
#include "stdafx.h"
#include "smpackage.h"
#include "UninstallOld.h"
#include "SMPackageUtil.h"
// UninstallOld dialog
@@ -29,6 +29,9 @@ void UninstallOld::DoDataExchange(CDataExchange* pDX)
BOOL UninstallOld::OnInitDialog()
{
CDialog::OnInitDialog();
SMPackageUtil::LocalizeDialogAndContents( *this );
return TRUE; // return TRUE unless you set the focus to a control
}