rzvncj / xCHM

xCHM is a cross-platform GPL frontend for CHMLIB (http://www.jedrea.com/chmlib/) written with the wxWidgets framework.
GNU General Public License v2.0
129 stars 26 forks source link

Use the XDG base directory specification #21

Closed rzvncj closed 2 years ago

rzvncj commented 2 years ago

These changes make sure that xCHM is using the XDG base directory specification for the config file, assuming the wxWidgets version it's compiled against supports it (which it does starting with 3.1.1).

See also: https://trac.wxwidgets.org/ticket/9300

This should address issue #20.