mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +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;
|
||||
|
||||
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
|
||||
WholeFilePath: String;
|
||||
begin
|
||||
|
@ -75,6 +75,7 @@ begin
|
||||
ProjectWizardDialog := TProjectWizardDialog.create(nil);
|
||||
with ProjectWizardDialog do
|
||||
begin
|
||||
Caption:=lisProjectWizard;
|
||||
btnNewProject.caption:=lisPWNewProject;
|
||||
btnOpenProject.caption:=lisPWOpenProject;
|
||||
btnConvertProject.caption:=lisPWConvertProject;
|
||||
|
Loading…
Reference in New Issue
Block a user