Actions
Bug #5558
closed/icon returns incorrect error message for unknown window
Start date:
04/29/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
It seems /icon returns incorrect error messages when using an uknown window as parameter.
Examples :
//icon $qt(not_exists_window) $qt(file.png)
returns: * /icon: no such file 'not_exists_window" "file.png'
should be: * /icon: no such window 'not_exists_window'
//icon $qt(not_exists_window)
returns: * /icon: no such file 'not_exists_window'
should be: * /icon: no such window 'not_exists_window'
- Thanks!
Actions