mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
The single string ctor of wxFileName treats the string as a path and file name. If there is a dot in the last path name, it assumes that the last path is actually a file name and extension. Fixes https://gitlab.com/kicad/code/kicad/-/issues/10116