mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Use helper methods where possible, and leave GUI stuff in form units.
This commit is contained in:
@ -5479,7 +5479,7 @@ begin
|
||||
|
||||
if ScanNulChar(filecontent) then begin
|
||||
filecontent := RemoveNulChars(filecontent);
|
||||
MessageDlg('This file contains NUL characters. They have been converted to ASCII spaces (SP).', mtInformation, [mbOK], 0);
|
||||
MessageDlg(SContainsNulCharFile, mtInformation, [mbOK], 0);
|
||||
end;
|
||||
|
||||
SynMemoQuery.BeginUpdate;
|
||||
|
Reference in New Issue
Block a user