File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ tInfoTypeMapping InfoTypes [] =
184
184
{ 85 , " State files path (directory)" },
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
188
189
189
190
190
@@ -535,6 +535,7 @@ VARIANT CMUSHclientDoc::GetInfo(long InfoType)
535
535
case 85 : SetUpVariantString (vaResult, App.m_strDefaultStateFilesDirectory ); break ;
536
536
case 86 : SetUpVariantString (vaResult, m_strWordUnderMenu); break ;
537
537
case 87 : SetUpVariantString (vaResult, m_strLastCommandSent); break ;
538
+ case 88 : SetUpVariantString (vaResult, m_strWindowTitle); break ;
538
539
539
540
case 101 : SetUpVariantBool (vaResult, m_bNoEcho); break ;
540
541
case 102 : SetUpVariantBool (vaResult, m_bDebugIncomingPackets); break ;
You can’t perform that action at this time.
0 commit comments