Remove static from s_portableConfigName initialization
Created by: VolkMilit
This will fix #550 (closed) because static initilization happend before main() and initializtion of QApplication, therefore applicationDirPath() return empty string.
Created by: VolkMilit
This will fix #550 (closed) because static initilization happend before main() and initializtion of QApplication, therefore applicationDirPath() return empty string.