mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 11:39:14 +02:00
IDE: simplified URLs to the wiki
git-svn-id: trunk@17140 -
This commit is contained in:
parent
13e3cd5e97
commit
daca979962
@ -189,7 +189,7 @@ begin
|
||||
OfficialLabel.Caption := 'Official:';
|
||||
OfficialURLLabel.Caption := 'http://lazarus.freepascal.org';
|
||||
DocumentationLabel.Caption := 'Documentation:';
|
||||
DocumentationURLLabel.Caption := 'http://wiki.lazarus.freepascal.org/index.php/Main_Page';
|
||||
DocumentationURLLabel.Caption := 'http://wiki.lazarus.freepascal.org';
|
||||
|
||||
LoadContributors;
|
||||
LoadAcknowledgements;
|
||||
@ -329,7 +329,7 @@ begin
|
||||
//skip empty lines
|
||||
if Length(s) > 0 then
|
||||
begin
|
||||
//check for bold makeup token
|
||||
//check for bold format token
|
||||
if s[1] = '#' then
|
||||
begin
|
||||
s := copy(s, 2, Length(s) - 1);
|
||||
|
@ -43,7 +43,7 @@ uses
|
||||
|
||||
const
|
||||
lihcFPCMessages = 'FreePascal Compiler messages';
|
||||
lihFPCMessagesURL = 'http://wiki.lazarus.freepascal.org/index.php/';
|
||||
lihFPCMessagesURL = 'http://wiki.lazarus.freepascal.org/';
|
||||
|
||||
type
|
||||
|
||||
|
@ -470,7 +470,7 @@ begin
|
||||
if HelpNode=nil then begin
|
||||
Result:='';
|
||||
end else begin
|
||||
Result:='http://wiki.lazarus.freepascal.org/index.php/'+HelpNode.GetFullPath;
|
||||
Result:='http://wiki.lazarus.freepascal.org/'+HelpNode.GetFullPath;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user