mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-20 06:12:41 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
b74941bc1c
2 changed files with 2 additions and 2 deletions
|
|
@ -402,7 +402,7 @@ void XmlParser::Next()
|
|||
int w = tagtext.Find('\"', q);
|
||||
if(w < 0)
|
||||
return;
|
||||
q = CharsetByName(tagtext.Mid(q, w));
|
||||
q = CharsetByName(tagtext.Mid(q, w - q));
|
||||
if(q)
|
||||
scharset = q;
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -402,7 +402,7 @@ void AppMain___()
|
|||
if(FileExists(crash_file)) {
|
||||
if(LibClangEnabled &&
|
||||
PromptYesNo("TheIDE has crashed the last time it was run. As the possible "
|
||||
"cause is libclang incompatibility, we are suggesting to disable Assist features for now."))
|
||||
"cause is libclang incompatibility, we Assist features are disabled for now."))
|
||||
LibClangEnabled = false;
|
||||
DeleteFile(crash_file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue