Fix a bug where setting the font in the registry didn't work in the wxWidgets build. The problem was that I had declared a struct static in SetConfigurationFont(), which means that it should only get initialized the first time it is referenced. So on subsequent calls, the previous value would be used.