mirror of https://gitlab.com/basile.b/dexed.git
msg mstk
This commit is contained in:
parent
936c1b4a98
commit
5b9ef8aec8
|
@ -181,7 +181,7 @@ begin
|
||||||
root := ExtractFileDir(root);
|
root := ExtractFileDir(root);
|
||||||
if root = '' then
|
if root = '' then
|
||||||
begin
|
begin
|
||||||
dlgOkInfo('the static library can not be registered because its sources files has not a common folder');
|
dlgOkInfo('the static library can not be registered because its source files have no common folder');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue