Skip to content

Commit

Permalink
Changed some methods for better efficiency
Browse files Browse the repository at this point in the history
Removed useless attributes
Added ground for German translation
  • Loading branch information
NeeeeB committed Oct 12, 2017
1 parent 763bcd6 commit 044d66a
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 2,407 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ Win32/

# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
*.stat

#Translation files (unconverted)
*.po
17 changes: 12 additions & 5 deletions Main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -6825,8 +6825,8 @@ object Frm_Editor: TFrm_Editor
TabOrder = 31
OnChange = FieldChange
Items.Strings = (
'False'
'True')
'No'
'Yes')
end
object Cbx_Favorite: TComboBox
Left = 1074
Expand All @@ -6838,8 +6838,8 @@ object Frm_Editor: TFrm_Editor
TabOrder = 32
OnChange = FieldChange
Items.Strings = (
'False'
'True')
'No'
'Yes')
end
object Edt_RomPath: TEdit
Left = 29
Expand Down Expand Up @@ -7119,6 +7119,13 @@ object Frm_Editor: TFrm_Editor
RadioItem = True
OnClick = Mnu_LangClick
end
object Mnu_Lang3: TMenuItem
Tag = 2
AutoCheck = True
Caption = 'German'
RadioItem = True
OnClick = Mnu_LangClick
end
end
end
object Mnu_Help: TMenuItem
Expand All @@ -7139,7 +7146,7 @@ object Frm_Editor: TFrm_Editor
Left = 176
Top = 208
Bitmap = {
494C010101000800740010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
494C0101010008007C0010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000001000000001002000000000000010
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
Expand Down
Loading

0 comments on commit 044d66a

Please sign in to comment.