mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Small report change
This commit is contained in:
parent
e6104ff470
commit
5f5b7da26d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user