MGR: keep dialog titles consistent (matches title change in commit db9abb1)

This commit is contained in:
Charlie Fenton 2014-04-17 00:54:29 -07:00
parent db9abb12ce
commit 1225e08189
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ bool CDlgPreferences::Create( wxWindow* parent, wxWindowID id, const wxString& c
// Initialize Application Title
wxString strCaption = caption;
if (strCaption.IsEmpty()) {
strCaption.Printf(_("%s - Preferences"), pSkinAdvanced->GetApplicationShortName().c_str());
strCaption.Printf(_("%s - Computing Preferences"), pSkinAdvanced->GetApplicationShortName().c_str());
}
SetTitle(strCaption);