mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:00:24 +02:00
implemented saving package
git-svn-id: trunk@2921 -
This commit is contained in:
parent
1ee7f79d2c
commit
e8a14c417f
@ -3609,7 +3609,7 @@ begin
|
||||
NewFilename:=ExpandFilename(SaveDialog.Filename);
|
||||
NewProgramName:=ExtractFileNameOnly(NewFilename);
|
||||
|
||||
// check filename
|
||||
// check programname
|
||||
if (NewProgramName='') or (not IsValidIdent(NewProgramName)) then begin
|
||||
Result:=MessageDlg('Invalid project filename',
|
||||
'"'+SaveDialog.Filename+'" is an invalid project name.'#13
|
||||
@ -8216,6 +8216,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.512 2003/04/08 16:56:55 mattias
|
||||
implemented saving package
|
||||
|
||||
Revision 1.511 2003/04/07 23:49:03 mattias
|
||||
implemented adding units to packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user