LazMapViewer: Rename MarkerSelectAndDrag_Demo project to MarkerEditor_Demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
e02d3d772e
commit
34b247e060
@ -5,7 +5,7 @@
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<Title Value="MarkerSelectAndDrag_Demo"/>
|
||||
<Title Value="Marker Editor Demo"/>
|
||||
<Scaled Value="True"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
@ -33,7 +33,7 @@
|
||||
</RequiredPackages>
|
||||
<Units>
|
||||
<Unit>
|
||||
<Filename Value="MarkerSelectAndDrag_Demo.lpr"/>
|
||||
<Filename Value="MarkerEditor_Demo.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
@ -50,7 +50,7 @@
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="MarkerSelectAndDrag_Demo"/>
|
||||
<Filename Value="MarkerEditor_Demo"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -1,4 +1,4 @@
|
||||
program MarkerSelectAndDrag_Demo;
|
||||
program MarkerEditor_Demo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -3,7 +3,7 @@ object MainForm: TMainForm
|
||||
Height = 566
|
||||
Top = 157
|
||||
Width = 833
|
||||
Caption = 'Marker Select & Drag Demo'
|
||||
Caption = 'Marker Editor Demo'
|
||||
ClientHeight = 566
|
||||
ClientWidth = 833
|
||||
LCLVersion = '4.99.0.0'
|
Loading…
Reference in New Issue
Block a user