Subversion Repositories Kolibri OS

Rev

Rev 7229 | Rev 7252 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7229 Rev 7245
Line 219... Line 219...
219
            if (CreateFile(encoded_size, encoded_data, _path) == 0) {
219
            if (CreateFile(encoded_size, encoded_data, _path) == 0) {
220
                sprintf(#save_success_message, "'File saved as %s' -O", _path);
220
                sprintf(#save_success_message, "'File saved as %s' -O", _path);
221
                notify(#save_success_message);
221
                notify(#save_success_message);
222
            }
222
            }
223
            else {
223
            else {
224
                notify("'Error saving file! Probably not enought space or file system is not writable!' -E");
224
                notify("'Error saving image file!\nProbably not enought space or file system is not writable!\nPlease, check saving path.' -E");
225
            }
225
            }
226
        }
226
        }
227
    }
227
    }
228
}
228
}