Changeset 8359 for trunk/AWTI
- Timestamp:
- 03/02/12 16:44:38 (4 months ago)
- Files:
-
- 1 modified
-
trunk/AWTI/AWTI_import.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWTI/AWTI_import.cxx
r8355 r8359 747 747 " or a long comment in a sequence\n", file, line); 748 748 749 switch (aw_question( msg, "Continue Reading,Continue Reading (Never ask again),Abort")) {749 switch (aw_question("import_long_lines", msg, "Continue Reading,Continue Reading (Never ask again),Abort")) { 750 750 case 0: 751 751 max_line *= 2; … … 1125 1125 1126 1126 if (ask_generate_names) { 1127 if (aw_question("You may generate short names using the full_name and accession entry of the species", 1127 if (aw_question("generate_short_names", 1128 "You may generate short names using the full_name and accession entry of the species", 1128 1129 "Generate new short names (recommended),Use found names")==0) 1129 1130 {
