--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Fri Sep 03 02:03:44 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Sat Sep 04 02:09:24 2010 +0200
@@ -189,6 +189,7 @@
if (row == 0) {
editableCell.textField.text = self.weaponName;
} else {
+ editableCell.minimumCharacters = 0;
editableCell.textField.font = [UIFont systemFontOfSize:[UIFont labelFontSize]];
editableCell.textField.text = self.description;
editableCell.textField.placeholder = NSLocalizedString(@"You can add a description if you wish",@"");