File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ tInfoTypeMapping InfoTypes [] =
185
185
{ 86 , " Word under mouse on mouse menu click" },
186
186
{ 87 , " Last command sent" },
187
187
{ 88 , " Window title last set by SetTitle" },
188
+ { 89 , " Window title last set by SetMainTitle" },
188
189
189
190
190
191
@@ -536,6 +537,7 @@ VARIANT CMUSHclientDoc::GetInfo(long InfoType)
536
537
case 86 : SetUpVariantString (vaResult, m_strWordUnderMenu); break ;
537
538
case 87 : SetUpVariantString (vaResult, m_strLastCommandSent); break ;
538
539
case 88 : SetUpVariantString (vaResult, m_strWindowTitle); break ;
540
+ case 89 : SetUpVariantString (vaResult, m_strMainWindowTitle); break ;
539
541
540
542
case 101 : SetUpVariantBool (vaResult, m_bNoEcho); break ;
541
543
case 102 : SetUpVariantBool (vaResult, m_bDebugIncomingPackets); break ;
You can’t perform that action at this time.
0 commit comments