Changeset 8361
- Timestamp:
- 04/02/12 13:07:02 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
AWT/AWT_input_mask.cxx (modified) (1 diff)
-
SL/DB_QUERY/db_query.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_input_mask.cxx
r8360 r8361 2247 2247 2248 2248 if (stat(maskfullname.c_str(), &st) == 0) { // file exists 2249 int answer = aw_question("overwrite_mask", "File does already exist", "O penmask,Cancel");2249 int answer = aw_question("overwrite_mask", "File does already exist", "Overwrite mask,Cancel"); 2250 2250 switch (answer) { 2251 2251 case 0: -
trunk/SL/DB_QUERY/db_query.cxx
r8360 r8361 1624 1624 else { 1625 1625 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")) 1627 1629 { 1628 1630 error = "Aborted by user";
