From 1225e0818943e4d004259b8e1ffad48c0ff81615 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 17 Apr 2014 00:54:29 -0700 Subject: [PATCH] MGR: keep dialog titles consistent (matches title change in commit db9abb1) --- clientgui/sg_DlgPreferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/sg_DlgPreferences.cpp b/clientgui/sg_DlgPreferences.cpp index 29120224b7..2be84be7a1 100644 --- a/clientgui/sg_DlgPreferences.cpp +++ b/clientgui/sg_DlgPreferences.cpp @@ -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);