diff options
| author | rsudev <rasch@munin-soft.de> | 2013-12-04 20:49:11 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-12-04 20:49:11 +0100 |
| commit | 61b757939f09f2dd99afb87473c09d31bcde060f (patch) | |
| tree | d97e437b63e169cf9887282a5ef5f7078d87cfba /main/project/attributes/makeEnums.sh | |
| parent | 0fa683cd287cac981c5a76995e2dcc470234e29f (diff) | |
| download | cgeo-61b757939f09f2dd99afb87473c09d31bcde060f.zip cgeo-61b757939f09f2dd99afb87473c09d31bcde060f.tar.gz cgeo-61b757939f09f2dd99afb87473c09d31bcde060f.tar.bz2 | |
Move attributes from opencaching.de ids to okapi acodes
Diffstat (limited to 'main/project/attributes/makeEnums.sh')
| -rwxr-xr-x | main/project/attributes/makeEnums.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/project/attributes/makeEnums.sh b/main/project/attributes/makeEnums.sh index c877ce0..5e8a3de 100755 --- a/main/project/attributes/makeEnums.sh +++ b/main/project/attributes/makeEnums.sh @@ -15,7 +15,7 @@ require cut cat iconlist.txt | grep -v "^#" | while read l; do name=`echo $l | cut -d "|" -f 1 | sed "s/ *//g"` gcid=`echo $l | cut -d "|" -f 2 | sed "s/ *//g"` - ocid=`echo $l | cut -d "|" -f 3 | sed "s/ *//g"` + ocid=`echo $l | cut -d "|" -f 4 | sed "s/ *//g"` enum=`echo $name | tr a-z A-Z` yes=R.string.attribute_${name}_yes no=R.string.attribute_${name}_no |
