mirror of https://gitlab.com/basile.b/dexed.git
more explicit action caption
This commit is contained in:
parent
c208316f14
commit
e1993bafea
|
@ -3755,7 +3755,7 @@ object CEMainForm: TCEMainForm
|
||||||
end
|
end
|
||||||
object actProjSource: TAction
|
object actProjSource: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
Caption = 'View project source'
|
Caption = 'Edit project file'
|
||||||
ImageIndex = 12
|
ImageIndex = 12
|
||||||
OnExecute = actProjSourceExecute
|
OnExecute = actProjSourceExecute
|
||||||
OnUpdate = updateProjectBasedAction
|
OnUpdate = updateProjectBasedAction
|
||||||
|
@ -5037,5 +5037,6 @@ object CEMainForm: TCEMainForm
|
||||||
object ApplicationProperties1: TApplicationProperties
|
object ApplicationProperties1: TApplicationProperties
|
||||||
OnException = ApplicationProperties1Exception
|
OnException = ApplicationProperties1Exception
|
||||||
left = 96
|
left = 96
|
||||||
|
top = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue