- Timestamp:
- 04/02/12 13:07:02 (4 months ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_input_mask.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:
