Small report change

This commit is contained in:
Sanel Zukan 2009-10-07 14:40:56 +00:00
parent e6104ff470
commit 5f5b7da26d

View File

@ -807,7 +807,7 @@ void Desktop::dnd_drop_source(const char* src, int src_len, int x, int y) {
sptr = src_copy;
if(!edelib::file_test(sptr, edelib::FILE_TEST_IS_REGULAR) || !edelib::file_test(sptr, edelib::FILE_TEST_IS_DIR)) {
edelib::message("Droping file content is not implemented yet. Soon, soon... :)");
edelib::message("Droping file content is not implemented yet ;)");
delete [] src_copy;
return;
}