We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f68c2 commit 04a0bf4Copy full SHA for 04a0bf4
MDITabs.cpp
@@ -109,13 +109,11 @@ CString GetTabText (HWND hwnd)
109
CMUSHclientDoc * pDoc = pWorldFrame->m_pDoc;
110
// custom title?
111
if (pDoc->m_strWindowTitle.IsEmpty ())
112
- {
113
strName = pDoc->m_mush_name;
114
- if (pDoc->m_new_lines && !pDoc->m_bDoNotShowOutstandingLines)
115
- strName += CFormat (" (%i)", pDoc->m_new_lines);
116
- }
117
else
118
strName = pDoc->m_strWindowTitle;
+ if (pDoc->m_new_lines && !pDoc->m_bDoNotShowOutstandingLines)
+ strName += CFormat (" (%i)", pDoc->m_new_lines);
119
}
120
else if (pWnd->IsKindOf(RUNTIME_CLASS(CTextChildFrame)))
121
{
0 commit comments