Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/AWT_query_and_functions.cxx

    r6121 r6141  
    418418// Mark listed species 
    419419// mark = 1 -> mark listed 
    420 // mark | 8 -> don'd change rest 
     420// mark | 8 -> don't change rest 
    421421void awt_do_mark_list(void *dummy, struct adaqbsstruct *cbs, long mark) 
    422422{ 
     
    10211021 
    10221022#if defined(DEBUG) 
    1023             printf("query: search indentical %s in field %s%s\n", 
     1023            printf("query: search identical %s in field %s%s\n", 
    10241024                   (ext_query == AWT_EXT_QUERY_COMPARE_WORDS ? "words" : "values"), 
    10251025                   first_key, 
     
    12961296        AWT_advice("'Move to hitlist' now depends on the values selected for\n" 
    12971297                   " * 'Search/Add/Keep species' and\n" 
    1298                    " * 'that match/dont match the query'\n" 
     1298                   " * 'that match/don't match the query'\n" 
    12991299                   "in the search tool.", 
    13001300                   AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, 
     
    14791479        if (type != AWT_QUERY_MATCH) { 
    14801480            AWT_advice("'Find equal entries' now depends on the values selected for\n" 
    1481                        " * 'that match/dont match the query'\n" 
     1481                       " * 'that match/don't match the query'\n" 
    14821482                       "in the search tool.", 
    14831483                       AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, 
     
    23332333                            else { 
    23342334                                char *name = GBT_read_string(gb_item,"name"); 
    2335                                 error = GB_export_errorf("Field '%s' of %s '%s' has incombatible 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); 
    23362336                                free(name); 
    23372337                            } 
     
    27012701        aws->create_toggle_field(cbs->awar_by,"",""); 
    27022702        aws->insert_toggle("that match the query","M",(int)AWT_QUERY_MATCH); 
    2703         aws->insert_toggle("that dont 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); 
    27042704        aws->insert_toggle("that are marked","A",(int)AWT_QUERY_MARKED); 
    27052705        aws->update_toggle_field();