Changeset 8361

Show
Ignore:
Timestamp:
04/02/12 13:07:02 (4 months ago)
Author:
westram
Message:
  • cosmetic questions changes
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/AWT_input_mask.cxx

    r8360 r8361  
    22472247 
    22482248    if (stat(maskfullname.c_str(), &st) == 0) { // file exists 
    2249         int answer = aw_question("overwrite_mask", "File does already exist", "Open mask,Cancel"); 
     2249        int answer = aw_question("overwrite_mask", "File does already exist", "Overwrite mask,Cancel"); 
    22502250        switch (answer) { 
    22512251            case 0: 
  • trunk/SL/DB_QUERY/db_query.cxx

    r8360 r8361  
    16241624            else { 
    16251625                if (GB_read_int(gb_key_type)!=GB_STRING && 
    1626                     aw_question("write_non_string_field", "Writing to a non-STRING database field may lead to conversion problems.", "Abort,Continue")==0) 
     1626                    aw_question("write_non_string_field", 
     1627                                "Writing to a non-STRING database field may lead to conversion problems.", 
     1628                                "Continue,Abort")) 
    16271629                { 
    16281630                    error = "Aborted by user";