mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 13:39:14 +02:00
IDE: Caption for project wizard and some comments
git-svn-id: trunk@31963 -
This commit is contained in:
parent
02803ca4af
commit
cba541db5e
@ -921,6 +921,8 @@ var
|
|||||||
FileVersion: integer;
|
FileVersion: integer;
|
||||||
|
|
||||||
procedure AddRecentProjectInitial(aProjPath, aProjFile: string);
|
procedure AddRecentProjectInitial(aProjPath, aProjFile: string);
|
||||||
|
// Add a project to the list of recent projects if the project has write access.
|
||||||
|
// The check can be removed when the IDE allows compiling read-only projects.
|
||||||
var
|
var
|
||||||
WholeFilePath: String;
|
WholeFilePath: String;
|
||||||
begin
|
begin
|
||||||
|
@ -75,6 +75,7 @@ begin
|
|||||||
ProjectWizardDialog := TProjectWizardDialog.create(nil);
|
ProjectWizardDialog := TProjectWizardDialog.create(nil);
|
||||||
with ProjectWizardDialog do
|
with ProjectWizardDialog do
|
||||||
begin
|
begin
|
||||||
|
Caption:=lisProjectWizard;
|
||||||
btnNewProject.caption:=lisPWNewProject;
|
btnNewProject.caption:=lisPWNewProject;
|
||||||
btnOpenProject.caption:=lisPWOpenProject;
|
btnOpenProject.caption:=lisPWOpenProject;
|
||||||
btnConvertProject.caption:=lisPWConvertProject;
|
btnConvertProject.caption:=lisPWConvertProject;
|
||||||
|
Loading…
Reference in New Issue
Block a user