mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 12:09:32 +02:00
Documentation Editor: Change Cyrillic text to English in context menu. Issue #20737, patch from BigChimp
git-svn-id: trunk@33737 -
This commit is contained in:
parent
36e4079462
commit
a2059d628c
@ -7,13 +7,13 @@ object MainForm: TMainForm
|
||||
VertScrollBar.Page = 523
|
||||
ActiveControl = Splitter1
|
||||
Caption = 'MainForm'
|
||||
ClientHeight = 519
|
||||
ClientHeight = 520
|
||||
ClientWidth = 602
|
||||
Menu = MMain
|
||||
OnCloseQuery = MainFormCloseQuery
|
||||
OnCreate = MainFormCreate
|
||||
OnDestroy = MainFormDestroy
|
||||
LCLVersion = '0.9.29'
|
||||
LCLVersion = '0.9.31'
|
||||
object TBMain: TToolBar
|
||||
Left = 0
|
||||
Height = 30
|
||||
@ -76,7 +76,7 @@ object MainForm: TMainForm
|
||||
object ToolButton1: TToolButton
|
||||
Left = 375
|
||||
Top = 2
|
||||
Width = 22
|
||||
Width = 10
|
||||
Caption = 'ToolButton1'
|
||||
Style = tbsSeparator
|
||||
end
|
||||
@ -91,12 +91,12 @@ object MainForm: TMainForm
|
||||
Action = AFormatParagraph
|
||||
end
|
||||
object ToolButton4: TToolButton
|
||||
Left = 397
|
||||
Left = 385
|
||||
Top = 2
|
||||
Action = AInsertTable
|
||||
end
|
||||
object ToolButton9: TToolButton
|
||||
Left = 425
|
||||
Left = 413
|
||||
Top = 2
|
||||
Action = AInsertLink
|
||||
end
|
||||
@ -123,27 +123,27 @@ object MainForm: TMainForm
|
||||
Style = tbsDivider
|
||||
end
|
||||
object ToolButton11: TToolButton
|
||||
Left = 453
|
||||
Left = 441
|
||||
Top = 2
|
||||
Action = AInsertPrintShort
|
||||
end
|
||||
end
|
||||
object StatusBar1: TStatusBar
|
||||
Left = 0
|
||||
Height = 21
|
||||
Top = 498
|
||||
Height = 19
|
||||
Top = 501
|
||||
Width = 602
|
||||
Panels = <>
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Left = 0
|
||||
Height = 468
|
||||
Height = 471
|
||||
Top = 30
|
||||
Width = 5
|
||||
end
|
||||
object PCFiles: TPageControl
|
||||
Left = 5
|
||||
Height = 468
|
||||
Height = 471
|
||||
Top = 30
|
||||
Width = 597
|
||||
Align = alClient
|
||||
@ -151,7 +151,7 @@ object MainForm: TMainForm
|
||||
end
|
||||
object MMain: TMainMenu
|
||||
Images = ILMain
|
||||
left = 80
|
||||
left = 48
|
||||
top = 144
|
||||
object MFile: TMenuItem
|
||||
Caption = '&File'
|
||||
@ -1293,41 +1293,41 @@ object MainForm: TMainForm
|
||||
end
|
||||
object EditCut1: TEditCut
|
||||
Category = 'Edit'
|
||||
Caption = 'Выре&зать'
|
||||
Hint = 'Вырезать'
|
||||
Caption = 'Cu&t'
|
||||
Hint = 'Cut'
|
||||
ImageIndex = 18
|
||||
ShortCut = 16472
|
||||
end
|
||||
object EditCopy1: TEditCopy
|
||||
Category = 'Edit'
|
||||
Caption = 'Копиров&ать'
|
||||
Hint = 'Копировать'
|
||||
Caption = '&Copy'
|
||||
Hint = 'Copy'
|
||||
ImageIndex = 17
|
||||
ShortCut = 16451
|
||||
end
|
||||
object EditPaste1: TEditPaste
|
||||
Category = 'Edit'
|
||||
Caption = '&Вставить'
|
||||
Hint = 'Вставить'
|
||||
Caption = '&Paste'
|
||||
Hint = 'Paste'
|
||||
ImageIndex = 19
|
||||
ShortCut = 16470
|
||||
end
|
||||
object EditSelectAll1: TEditSelectAll
|
||||
Category = 'Edit'
|
||||
Caption = 'Вы&делить все...'
|
||||
Hint = 'Выделить все'
|
||||
Caption = 'Select all...'
|
||||
Hint = 'Select all'
|
||||
ShortCut = 16449
|
||||
end
|
||||
object EditUndo1: TEditUndo
|
||||
Category = 'Edit'
|
||||
Caption = 'Отменит&ь'
|
||||
Hint = 'Отменить'
|
||||
Caption = '&Undo'
|
||||
Hint = 'Undo'
|
||||
ShortCut = 16474
|
||||
end
|
||||
object EditDelete1: TEditDelete
|
||||
Category = 'Edit'
|
||||
Caption = '&Удалить'
|
||||
Hint = 'Удалить'
|
||||
Caption = '&Delete'
|
||||
Hint = 'Delete'
|
||||
ShortCut = 46
|
||||
end
|
||||
object AInsertQuickLink: TAction
|
||||
@ -1337,28 +1337,26 @@ object MainForm: TMainForm
|
||||
end
|
||||
end
|
||||
object SDMain: TSaveDialog
|
||||
Title = 'Save file as'
|
||||
DefaultExt = '.xml'
|
||||
Filter = 'XML files|*.xml|All files|*.*'
|
||||
FilterIndex = 0
|
||||
Options = [ofPathMustExist, ofEnableSizing, ofViewDetail]
|
||||
left = 80
|
||||
left = 128
|
||||
top = 64
|
||||
end
|
||||
object ODMain: TOpenDialog
|
||||
Title = 'Open existing file'
|
||||
DefaultExt = '.xml'
|
||||
Filter = 'XML files|*.xml|All files|*.*'
|
||||
FilterIndex = 0
|
||||
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||
left = 80
|
||||
top = 101
|
||||
left = 216
|
||||
top = 64
|
||||
end
|
||||
object ILMain: TImageList
|
||||
Height = 24
|
||||
Width = 24
|
||||
left = 80
|
||||
top = 200
|
||||
left = 56
|
||||
top = 224
|
||||
Bitmap = {
|
||||
4C69140000001800000018000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@ -2806,8 +2804,8 @@ object MainForm: TMainForm
|
||||
object ILElements: TImageList
|
||||
Height = 22
|
||||
Width = 22
|
||||
left = 135
|
||||
top = 200
|
||||
left = 144
|
||||
top = 224
|
||||
Bitmap = {
|
||||
4C69070000001600000016000000FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
||||
FF00E87300FFFF8A17FFFF952DFFFF9125FFFC7D00FFC66200FFFF00FF00FF00
|
||||
@ -3237,8 +3235,8 @@ object MainForm: TMainForm
|
||||
end
|
||||
object PopupMenu1: TPopupMenu
|
||||
Images = ILMain
|
||||
left = 256
|
||||
top = 146
|
||||
left = 144
|
||||
top = 144
|
||||
object MenuItem4: TMenuItem
|
||||
Action = AFormatBold
|
||||
Bitmap.Data = {
|
||||
@ -4140,7 +4138,7 @@ object MainForm: TMainForm
|
||||
end
|
||||
object ApplicationProperties1: TApplicationProperties
|
||||
OnHint = ApplicationProperties1Hint
|
||||
left = 312
|
||||
top = 146
|
||||
left = 280
|
||||
top = 144
|
||||
end
|
||||
end
|
||||
|
@ -168,7 +168,7 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="lazde"/>
|
||||
</Target>
|
||||
@ -181,12 +181,6 @@
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<ConfigFile>
|
||||
<StopAfterErrCount Value="10"/>
|
||||
|
Loading…
Reference in New Issue
Block a user