Skip to content

Commit

Permalink
Merge pull request #381 from Temis-gt/master
Browse files Browse the repository at this point in the history
Herreria y Sastreria
  • Loading branch information
RecoX authored Sep 26, 2024
2 parents eda4729 + be62373 commit 6d9d4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CODIGO/FrmSastre.frm
Original file line number Diff line number Diff line change
Expand Up @@ -530,16 +530,16 @@ Private Sub lstArmas_Click()
List1.Clear
List2.Clear

List1.AddItem "Piel de lobo"
List1.AddItem "Piel de Lobo"
List2.AddItem Obj.PielLobo

List1.AddItem "Piel de oso pardo"
List1.AddItem "Piel de Oso Pardo"
List2.AddItem Obj.PielOsoPardo

List1.AddItem "Piel de oso polar"
List1.AddItem "Piel de Oso Polar"
List2.AddItem Obj.PielOsoPolar

List1.AddItem "Piel de lobo negro"
List1.AddItem "Piel de Lobo Negro"
List2.AddItem Obj.PielLoboNegro

List1.AddItem "Piel de Tigre"
Expand Down
2 changes: 1 addition & 1 deletion CODIGO/frmHerrero.frm
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Private Sub lstArmas_Click()

List1.Clear
List2.Clear
List1.AddItem ("Lingote de hierro")
List1.AddItem ("Lingote de Hierro")
List1.AddItem ("Lingote de Plata")
List1.AddItem ("Lingote de Oro")
List1.AddItem ("Carbon")
Expand Down

0 comments on commit 6d9d4f0

Please sign in to comment.