mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +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
|
||||
//ToDo: make it a resource string
|
||||
SShellCtrlsInvalidRoot = 'Invalid pathname:'+^m+'"%s"';
|
||||
SShellCtrlsInvalidPath = 'Invalid pathname:'+^m+'"%s"';
|
||||
SShellCtrlsInvalidPathRelative = 'Invalid relative pathname:'+^m+'"%s"'+
|
||||
^m+'in relation to rootpath:'+^m+'"%s"';
|
||||
SShellCtrlsInvalidRoot = 'Invalid pathname:'#13'"%s"';
|
||||
SShellCtrlsInvalidPath = 'Invalid pathname:'#13'"%s"';
|
||||
SShellCtrlsInvalidPathRelative = 'Invalid relative pathname:'#13'"%s"'#13
|
||||
+'in relation to rootpath:'#13'"%s"';
|
||||
|
||||
procedure Register;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user