Return the description of the error. **/
| 2971 | |
| 2972 | /** Return the description of the error. **/ |
| 2973 | EncodedString GetSaveLoadErrorMessage() |
| 2974 | { |
| 2975 | return GetEncodedString(_sl.error_str, _sl.extra_msg); |
| 2976 | } |
| 2977 | |
| 2978 | /** Show a gui message when saving has failed */ |
| 2979 | static void SaveFileError() |
no test coverage detected