@@ -567,7 +567,7 @@ LONGLONG iCounterFrequency = large_int_frequency.QuadPart;
567
567
void CMUSHclientDoc::LoadError (const char * sType , const char * sMessage , UINT iLine)
568
568
{
569
569
570
- CString strTitle = " XML import warnings - " ;
570
+ CString strTitle = " [WARNING] " ;
571
571
strTitle += strFileName;
572
572
573
573
ColourNote (SCRIPTERRORFORECOLOUR, SCRIPTERRORBACKCOLOUR, strTitle);
@@ -694,7 +694,7 @@ POSITION lpos;
694
694
}
695
695
catch (CException* e)
696
696
{
697
- HandleLoadException (" include file not loaded" , e);
697
+ HandleLoadException (" Not loaded" , e);
698
698
} // end of catch
699
699
700
700
CheckUsed (*pIncludeElement);
@@ -783,7 +783,7 @@ bool bPlugin;
783
783
{
784
784
// don't include it twice
785
785
if (m_strCurrentIncludeFileList.Find (strFileName))
786
- ThrowErrorException (" Include file \" %s\" has already been included." ,
786
+ ThrowErrorException (" File \" %s\" has already been included." ,
787
787
(LPCTSTR) strFileName);
788
788
789
789
m_strCurrentIncludeFileList.AddTail (strFileName);
@@ -817,7 +817,7 @@ bool bPlugin;
817
817
catch (CArchiveException* e)
818
818
{
819
819
e->Delete ();
820
- ThrowErrorException (" Error processing include file \" %s\" " ,
820
+ ThrowErrorException (" Error in file \" %s\" " ,
821
821
(LPCTSTR) strFileName);
822
822
} // end of catch
823
823
0 commit comments