wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Bug: Images list filename not being used for generated #include statement

Open KeyWorksRW opened this issue 9 months ago • 0 comments

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".

KeyWorksRW avatar May 27 '24 16:05 KeyWorksRW