Home
last modified time | relevance | path

Searched refs:themesConfPath (Results 1 – 1 of 1) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dwopsettings.cpp1065 String themesConfPath( getData() ); in readSettings() local
1066 themesConfPath += '/'; in readSettings()
1067 themesConfPath += THEME_CONFIG_PATH; in readSettings()
1068 themesConfPath += '/'; in readSettings()
1069 themesConfPath += THEME_CONFIG; in readSettings()
1070 FILE* themesConfFile = fopen( themesConfPath, "r" ); in readSettings()