IDE: Caption for project wizard and some comments

git-svn-id: trunk@31963 -
This commit is contained in:
juha 2011-08-12 13:28:38 +00:00
parent 02803ca4af
commit cba541db5e
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -75,6 +75,7 @@ begin
ProjectWizardDialog := TProjectWizardDialog.create(nil);
with ProjectWizardDialog do
begin
Caption:=lisProjectWizard;
btnNewProject.caption:=lisPWNewProject;
btnOpenProject.caption:=lisPWOpenProject;
btnConvertProject.caption:=lisPWConvertProject;