Changeset 6141 for trunk/AWT/AWT_query_and_functions.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_query_and_functions.cxx (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_query_and_functions.cxx
r6121 r6141 418 418 // Mark listed species 419 419 // mark = 1 -> mark listed 420 // mark | 8 -> don' dchange rest420 // mark | 8 -> don't change rest 421 421 void awt_do_mark_list(void *dummy, struct adaqbsstruct *cbs, long mark) 422 422 { … … 1021 1021 1022 1022 #if defined(DEBUG) 1023 printf("query: search i ndentical %s in field %s%s\n",1023 printf("query: search identical %s in field %s%s\n", 1024 1024 (ext_query == AWT_EXT_QUERY_COMPARE_WORDS ? "words" : "values"), 1025 1025 first_key, … … 1296 1296 AWT_advice("'Move to hitlist' now depends on the values selected for\n" 1297 1297 " * 'Search/Add/Keep species' and\n" 1298 " * 'that match/don t match the query'\n"1298 " * 'that match/don't match the query'\n" 1299 1299 "in the search tool.", 1300 1300 AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, … … 1479 1479 if (type != AWT_QUERY_MATCH) { 1480 1480 AWT_advice("'Find equal entries' now depends on the values selected for\n" 1481 " * 'that match/don t match the query'\n"1481 " * 'that match/don't match the query'\n" 1482 1482 "in the search tool.", 1483 1483 AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, … … 2333 2333 else { 2334 2334 char *name = GBT_read_string(gb_item,"name"); 2335 error = GB_export_errorf("Field '%s' of %s '%s' has incom batible type", key, cbs->selector->item_name, name);2335 error = GB_export_errorf("Field '%s' of %s '%s' has incompatible type", key, cbs->selector->item_name, name); 2336 2336 free(name); 2337 2337 } … … 2701 2701 aws->create_toggle_field(cbs->awar_by,"",""); 2702 2702 aws->insert_toggle("that match the query","M",(int)AWT_QUERY_MATCH); 2703 aws->insert_toggle("that don t match the q.","D",(int)AWT_QUERY_DONT_MATCH);2703 aws->insert_toggle("that don't match the q.","D",(int)AWT_QUERY_DONT_MATCH); 2704 2704 aws->insert_toggle("that are marked","A",(int)AWT_QUERY_MARKED); 2705 2705 aws->update_toggle_field();
