wxUiEditor
wxUiEditor copied to clipboard
Bug: Images list filename not being used for generated #include statement
Description:
It looks like the filename for the Images list is not being used for the #include generated in any C++ header files that use functions/data from the Images list file. This is currently reproduciblle in wxUiTesting/quick/dlg_test.wxui which uses my_images as the filename, but the generated test_dlg.h uses #include "images.h"
.