Changed a few language strings (again) to English

Fixed bug in the replace system
Fixed bug in the Autcomplete Check
Changed version number to 1.4
This commit is contained in:
Christian Hammacher
2005-12-01 16:30:26 +00:00
parent 83d2e1a510
commit 507a901a9e
8 changed files with 17 additions and 14 deletions

View File

@ -756,7 +756,6 @@ object frmMain: TfrmMain
Align = alClient
OnModified = sciEditorModified
OnDblClick = sciEditorDblClick
OnCallTipClick = sciEditorCallTipClick
OnKeyUp = sciEditorKeyUp
OnKeyDown = sciEditorKeyDown
OnKeyPress = sciEditorKeyPress
@ -7781,7 +7780,7 @@ object frmMain: TfrmMain
OnBeforeShow = sciAutoCompleteBeforeShow
MaxWidth = 0
MaxHeight = 5
Left = 842
Left = 844
Top = 6
end
object ppmDocuments: TSpTBXPopupMenu