mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 04:28:53 +02:00
LCL: simplify code for fpdoc
git-svn-id: trunk@40798 -
This commit is contained in:
parent
ca38c244cf
commit
83c6aa7374
@ -280,10 +280,10 @@ type
|
|||||||
|
|
||||||
const
|
const
|
||||||
//ToDo: make it a resource string
|
//ToDo: make it a resource string
|
||||||
SShellCtrlsInvalidRoot = 'Invalid pathname:'+^m+'"%s"';
|
SShellCtrlsInvalidRoot = 'Invalid pathname:'#13'"%s"';
|
||||||
SShellCtrlsInvalidPath = 'Invalid pathname:'+^m+'"%s"';
|
SShellCtrlsInvalidPath = 'Invalid pathname:'#13'"%s"';
|
||||||
SShellCtrlsInvalidPathRelative = 'Invalid relative pathname:'+^m+'"%s"'+
|
SShellCtrlsInvalidPathRelative = 'Invalid relative pathname:'#13'"%s"'#13
|
||||||
^m+'in relation to rootpath:'+^m+'"%s"';
|
+'in relation to rootpath:'#13'"%s"';
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user