mirror of https://github.com/BOINC/boinc.git
MGR: keep dialog titles consistent (matches title change in commit db9abb1
)
This commit is contained in:
parent
db9abb12ce
commit
1225e08189
|
@ -943,7 +943,7 @@ bool CDlgPreferences::Create( wxWindow* parent, wxWindowID id, const wxString& c
|
||||||
// Initialize Application Title
|
// Initialize Application Title
|
||||||
wxString strCaption = caption;
|
wxString strCaption = caption;
|
||||||
if (strCaption.IsEmpty()) {
|
if (strCaption.IsEmpty()) {
|
||||||
strCaption.Printf(_("%s - Preferences"), pSkinAdvanced->GetApplicationShortName().c_str());
|
strCaption.Printf(_("%s - Computing Preferences"), pSkinAdvanced->GetApplicationShortName().c_str());
|
||||||
}
|
}
|
||||||
SetTitle(strCaption);
|
SetTitle(strCaption);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue